Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
1c8a433c
Commit
1c8a433c
authored
Sep 15, 2020
by
heshanyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify type of tac
parent
436b4f9d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair2/COMMON/ngap_messages_types.h
openair2/COMMON/ngap_messages_types.h
+1
-1
openair3/NGAP/ngap_gNB_defs.h
openair3/NGAP/ngap_gNB_defs.h
+1
-1
No files found.
openair2/COMMON/ngap_messages_types.h
View file @
1c8a433c
...
@@ -399,7 +399,7 @@ typedef struct ngap_register_gnb_req_s {
...
@@ -399,7 +399,7 @@ typedef struct ngap_register_gnb_req_s {
char
*
gNB_name
;
char
*
gNB_name
;
/* Tracking area code */
/* Tracking area code */
uint
16
_t
tac
;
uint
32
_t
tac
;
#define PLMN_LIST_MAX_SIZE 6
#define PLMN_LIST_MAX_SIZE 6
/* Mobile Country Code
/* Mobile Country Code
...
...
openair3/NGAP/ngap_gNB_defs.h
View file @
1c8a433c
...
@@ -248,7 +248,7 @@ typedef struct ngap_gNB_instance_s {
...
@@ -248,7 +248,7 @@ typedef struct ngap_gNB_instance_s {
enum
cell_type_e
cell_type
;
enum
cell_type_e
cell_type
;
/* Tracking area code */
/* Tracking area code */
uint
16
_t
tac
;
uint
32
_t
tac
;
/* gNB NGAP IP address */
/* gNB NGAP IP address */
net_ip_address_t
gNB_ng_ip
;
net_ip_address_t
gNB_ng_ip
;
...
...
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