diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/bsc/common_bsc.h | 4 |
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); |