From f7a6329bbd5dd621eccc10a05141b58f3b72ec06 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 27 Feb 2018 12:37:26 +0100 Subject: 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 --- include/osmocom/bsc/common_bsc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') 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 -struct gsm_network *bsc_network_init(void *ctx, - uint16_t country_code, - uint16_t network_code); +struct gsm_network *bsc_network_init(void *ctx); -- cgit v1.2.1