From 3e6376d20d730a515849067a41b01359a8bae051 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 22 Dec 2010 23:54:51 +0100 Subject: MNCC: split into generic mncc.c and mncc_builtin.c The built-in code to handle call switching inside OpenBSC is now in mncc_builtin.c, whereas some core/utility functions remain in mncc.c --- openbsc/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/Makefile.am') diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am index 4f3bf9e31..029f33838 100644 --- a/openbsc/src/Makefile.am +++ b/openbsc/src/Makefile.am @@ -26,7 +26,7 @@ libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_data.c gsm_04_08_utils.c \ bts_unknown.c bsc_version.c bsc_api.c bsc_vty.c meas_rep.c gsm_04_80.c libmsc_a_SOURCES = gsm_subscriber.c db.c \ - mncc.c gsm_04_08.c gsm_04_11.c transaction.c \ + mncc.c mncc_builtin.c gsm_04_08.c gsm_04_11.c transaction.c \ token_auth.c rrlp.c ussd.c silent_call.c \ handover_decision.c auth.c \ osmo_msc.c -- cgit v1.2.3