aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-27 12:59:45 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-27 13:01:42 +0100
commit7f48420923e46f9476ef7af2d4fe0bd0ed5e30b0 (patch)
treed6010e5052d92e29cb24090f67ad01fe11108640 /include
parente4f9172f44996d36c6ef9d81f89c73ddede51edd (diff)
cosmetic: gsm_network_init(): imply default 001-01 PLMN
All callers pass mcc=1, mnc=1, so just have it as default. (Prepare for net->country_code etc to be replaced by net->plmn) Change-Id: Ibcd1cc38f170895305ae176a5574384c74a33939
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/common_cs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/msc/common_cs.h b/include/osmocom/msc/common_cs.h
index 6dc956f80..273a8fe98 100644
--- a/include/osmocom/msc/common_cs.h
+++ b/include/osmocom/msc/common_cs.h
@@ -17,10 +17,7 @@ struct gsm_encr {
uint8_t key[MAX_A5_KEY_LEN];
};
-struct gsm_network *gsm_network_init(void *ctx,
- uint16_t country_code,
- uint16_t network_code,
- mncc_recv_cb_t mncc_recv);
+struct gsm_network *gsm_network_init(void *ctx, mncc_recv_cb_t mncc_recv);
int common_cs_vty_init(struct gsm_network *network,
int (* config_write_net )(struct vty *));