Commit fbea1eff authored by heshanyun's avatar heshanyun Committed by Noboru Kobayashi

modify type of tac

parent c6d6a424
...@@ -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 */
uint16_t tac; uint32_t tac;
#define PLMN_LIST_MAX_SIZE 6 #define PLMN_LIST_MAX_SIZE 6
/* Mobile Country Code /* Mobile Country Code
......
...@@ -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 */
uint16_t tac; uint32_t tac;
/* gNB NGAP IP address */ /* gNB NGAP IP address */
net_ip_address_t gNB_ng_ip; net_ip_address_t gNB_ng_ip;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment