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
常顺宇
OpenXG-RAN
Commits
ef508433
Commit
ef508433
authored
Sep 15, 2020
by
heshanyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify type of tac
parent
4a7ca735
Changes
2
Hide 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 @
ef508433
...
...
@@ -399,7 +399,7 @@ typedef struct ngap_register_gnb_req_s {
char
*
gNB_name
;
/* Tracking area code */
uint
16
_t
tac
;
uint
32
_t
tac
;
#define PLMN_LIST_MAX_SIZE 6
/* Mobile Country Code
...
...
openair3/NGAP/ngap_gNB_defs.h
View file @
ef508433
...
...
@@ -248,7 +248,7 @@ typedef struct ngap_gNB_instance_s {
enum
cell_type_e
cell_type
;
/* Tracking area code */
uint
16
_t
tac
;
uint
32
_t
tac
;
/* gNB NGAP IP address */
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