aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcuif_proto.h
diff options
context:
space:
mode:
authorMichael McTernan <mike.mcternan@wavemobile.com>2015-07-03 11:12:03 +0100
committerMichael McTernan <mike.mcternan@wavemobile.com>2015-07-03 11:12:03 +0100
commit331dd016059b6dae03032c320c4b32a85d8d26ea (patch)
treedef6b12c14222c0cb574857762f74738a6b38645 /src/pcuif_proto.h
parentf3405e5b0342362d5d592f013014847a4dc135d8 (diff)
Changes to compile with mnc_t.mmcternan/bb_maint
Signed-off-by: Michael McTernan <mike.mcternan@wavemobile.com>
Diffstat (limited to 'src/pcuif_proto.h')
-rw-r--r--src/pcuif_proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pcuif_proto.h b/src/pcuif_proto.h
index 9d740ac1..7b68e164 100644
--- a/src/pcuif_proto.h
+++ b/src/pcuif_proto.h
@@ -84,7 +84,9 @@ struct gsm_pcu_if_info_ind {
struct gsm_pcu_if_info_trx trx[8]; /* TRX infos per BTS */
uint8_t bsic;
/* RAI */
- uint16_t mcc, mnc, lac, rac;
+ uint16_t mcc;
+ gsm_mnc_t mnc;
+ uint16_t lac, rac;
/* NSE */
uint16_t nsei;
uint8_t nse_timer[7];