aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/gsm_04_08_cc.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-24Implement a global switch on the network to disable call waiting.cccamp2019Keith Whyte1-3/+19
2019-08-22tweak CC cause for incoming call to unattached nrNeels Hofmeyr1-1/+1
2019-08-21fix segfault: don't send CC REL on NULL msc_aNeels Hofmeyr1-2/+10
2019-08-20mncc: send payload type matching chosen codecNeels Hofmeyr1-13/+25
2019-08-12cosmetic: make function mncc_tx_to_gsm_cc staticPhilipp Maier1-1/+1
2019-07-18replace osmo_counter with stat_itemsAlexander Couzens1-2/+2
2019-05-09fix regression: fix internal MNCC operationNeels Hofmeyr1-2/+1
2019-05-08rename bscconfig.h to config.h, cleanupNeels Hofmeyr1-2/+0
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-223/+285
2019-04-12gsm_04_08_cc: improve logging for CC transNeels Hofmeyr1-9/+12
2019-04-12add LOG_TRANS, proper context for all transactionsNeels Hofmeyr1-121/+73
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr1-8/+8
2019-02-15transaction: clarify magic 0xff transaction IDMax1-2/+3
2019-02-15transaction: drop meaningless ti_flag of trans_assign_trans_id()Max1-2/+1
2019-02-04Add SGs InterfaceHarald Welte1-1/+2
2019-01-24Various logging fixesMax1-2/+2
2019-01-12gsm_04_08_cc.c: drop non-sensible error messagegsmevent admin1-2/+0
2019-01-04remove code dup: add msc_mgcp_try_call_assignment()Neels Hofmeyr1-23/+3
2018-12-19Remove redundancy in LAC processingMax1-2/+2
2018-12-18Use proper type for tch_rtp_connect() parameterMax1-2/+1
2018-12-17CC: log more details about unhandled message/stateMax1-1/+1
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-1/+0
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr1-3/+3
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-8/+8
2018-11-30drop unused gsm_subscr_conn->mncc_rtp_bridgeNeels Hofmeyr1-2/+0
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier1-0/+47
2018-09-28mncc: fix byte ordering of IP-Address in mnccPhilipp Maier1-1/+1
2018-08-07mgcp: use codec information returned with ASSIGNMENT COMPL.Philipp Maier1-0/+19
2018-07-25libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c)Harald Welte1-0/+2120