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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
lizhongxiao
OpenXG-RAN
Commits
d61c4f10
Commit
d61c4f10
authored
Nov 16, 2023
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change global variable to local
parent
f69f419a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
openair3/NAS/NR_UE/nr_nas_msg_sim.c
openair3/NAS/NR_UE/nr_nas_msg_sim.c
+1
-1
openair3/NAS/NR_UE/nr_nas_msg_sim.h
openair3/NAS/NR_UE/nr_nas_msg_sim.h
+0
-2
No files found.
openair3/NAS/NR_UE/nr_nas_msg_sim.c
View file @
d61c4f10
...
@@ -59,7 +59,7 @@ uint32_t registration_request_len;
...
@@ -59,7 +59,7 @@ uint32_t registration_request_len;
extern
char
*
baseNetAddress
;
extern
char
*
baseNetAddress
;
extern
uint16_t
NB_UE_INST
;
extern
uint16_t
NB_UE_INST
;
static
nr_ue_nas_t
nr_ue_nas
=
{
0
};
static
nr_ue_nas_t
nr_ue_nas
=
{
0
};
nr_nas_msg_snssai_t
nas_allowed_nssai
[
8
];
static
nr_nas_msg_snssai_t
nas_allowed_nssai
[
8
];
static
int
nas_protected_security_header_encode
(
static
int
nas_protected_security_header_encode
(
char
*
buffer
,
char
*
buffer
,
...
...
openair3/NAS/NR_UE/nr_nas_msg_sim.h
View file @
d61c4f10
...
@@ -81,8 +81,6 @@ typedef struct {
...
@@ -81,8 +81,6 @@ typedef struct {
int
hplmn_sd
;
int
hplmn_sd
;
}
nr_nas_msg_snssai_t
;
}
nr_nas_msg_snssai_t
;
extern
nr_nas_msg_snssai_t
nas_allowed_nssai
[
8
];
/* Security Key for SA UE */
/* Security Key for SA UE */
typedef
struct
{
typedef
struct
{
uint8_t
kausf
[
32
];
uint8_t
kausf
[
32
];
...
...
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