aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/common_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/common_cs.h')
-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 *));