Skip to content
Snippets Groups Projects
Commit d85054c2 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Change types in RRC: list of MCC/MNC/TAC

parent 957bd567
Branches
Tags
No related merge requests found
...@@ -97,9 +97,10 @@ typedef struct RrcConfigurationReq_s { ...@@ -97,9 +97,10 @@ typedef struct RrcConfigurationReq_s {
uint16_t tac; uint16_t tac;
uint16_t mcc; uint16_t mcc[PLMN_LIST_MAX_SIZE];
uint16_t mnc; uint16_t mnc[PLMN_LIST_MAX_SIZE];
uint8_t mnc_digit_length; uint8_t mnc_digit_length[PLMN_LIST_MAX_SIZE];
uint8_t num_plmn;
paging_drx_t default_drx; paging_drx_t default_drx;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment