Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
02ec57bb
Commit
02ec57bb
authored
May 07, 2024
by
Thomas Schlichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing global variable `NTN_UE_Koffset` to nr_dlsim and nr_ulsim
parent
d0a6f108
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
openair1/SIMULATION/NR_PHY/dlsim.c
openair1/SIMULATION/NR_PHY/dlsim.c
+3
-0
openair1/SIMULATION/NR_PHY/ulsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
+3
-0
No files found.
openair1/SIMULATION/NR_PHY/dlsim.c
View file @
02ec57bb
...
@@ -95,6 +95,9 @@ nfapi_ue_release_request_body_t release_rntis;
...
@@ -95,6 +95,9 @@ nfapi_ue_release_request_body_t release_rntis;
instance_t
DUuniqInstance
=
0
;
instance_t
DUuniqInstance
=
0
;
instance_t
CUuniqInstance
=
0
;
instance_t
CUuniqInstance
=
0
;
// NTN cellSpecificKoffset-r17, but in slots for DL SCS
unsigned
int
NTN_UE_Koffset
=
0
;
void
nr_derive_key_ng_ran_star
(
uint16_t
pci
,
uint64_t
nr_arfcn_dl
,
const
uint8_t
key
[
32
],
uint8_t
*
key_ng_ran_star
)
void
nr_derive_key_ng_ran_star
(
uint16_t
pci
,
uint64_t
nr_arfcn_dl
,
const
uint8_t
key
[
32
],
uint8_t
*
key_ng_ran_star
)
{
{
}
}
...
...
openair1/SIMULATION/NR_PHY/ulsim.c
View file @
02ec57bb
...
@@ -93,6 +93,9 @@ nfapi_ue_release_request_body_t release_rntis;
...
@@ -93,6 +93,9 @@ nfapi_ue_release_request_body_t release_rntis;
instance_t
DUuniqInstance
=
0
;
instance_t
DUuniqInstance
=
0
;
instance_t
CUuniqInstance
=
0
;
instance_t
CUuniqInstance
=
0
;
// NTN cellSpecificKoffset-r17, but in slots for DL SCS
unsigned
int
NTN_UE_Koffset
=
0
;
void
nr_derive_key_ng_ran_star
(
uint16_t
pci
,
uint64_t
nr_arfcn_dl
,
const
uint8_t
key
[
32
],
uint8_t
*
key_ng_ran_star
)
void
nr_derive_key_ng_ran_star
(
uint16_t
pci
,
uint64_t
nr_arfcn_dl
,
const
uint8_t
key
[
32
],
uint8_t
*
key_ng_ran_star
)
{
{
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment