From 4bfdfe7f70376612ad2343dd71e8b6ad52124ee6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 10 Jun 2009 23:11:52 +0800 Subject: reworked MNCC codebase This is Harald's reworked MNCC base, slowly heading towards integration into master. The key changes are: * provide much more structure to the data in gsm_mncc * encode_* and decode_* functions now take a structure rather than tons of individual arguments (whose order nobody can remember) * make sure we don't have copies of the same code everywhere by introducing mncc_set_cause() and mncc_release_ind() * save horizontal screen space if possible * make sure we break lines > 80 characters --- openbsc/src/bs11_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/bs11_config.c') diff --git a/openbsc/src/bs11_config.c b/openbsc/src/bs11_config.c index 656feb453..386b865ca 100644 --- a/openbsc/src/bs11_config.c +++ b/openbsc/src/bs11_config.c @@ -775,7 +775,7 @@ int main(int argc, char **argv) handle_options(argc, argv); - gsmnet = gsm_network_init(1, 1, 1, GSM_BTS_TYPE_BS11); + gsmnet = gsm_network_init(1, 1, 1, GSM_BTS_TYPE_BS11, NULL); if (!gsmnet) { fprintf(stderr, "Unable to allocate gsm network\n"); exit(1); -- cgit v1.2.3