aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-27 12:37:26 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-05 05:37:54 +0100
commitf7a6329bbd5dd621eccc10a05141b58f3b72ec06 (patch)
treead4e9b671dae8de26a4286a27499aff08dd5fd9c /include
parent4d358c00e1b3389291bdb3d5c40d0da8d6cf4d02 (diff)
cosmetic: bsc_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: Ic16bc0bab3f2d4721e86a1a04f9d9f988d777df2
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/common_bsc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/osmocom/bsc/common_bsc.h b/include/osmocom/bsc/common_bsc.h
index d3c7ff5bf..c23d20cb5 100644
--- a/include/osmocom/bsc/common_bsc.h
+++ b/include/osmocom/bsc/common_bsc.h
@@ -2,6 +2,4 @@
#include <stdint.h>
-struct gsm_network *bsc_network_init(void *ctx,
- uint16_t country_code,
- uint16_t network_code);
+struct gsm_network *bsc_network_init(void *ctx);