aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/gsm_04_08_cc.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-28fix incoming call while PagingNeels Hofmeyr1-10/+2
2019-11-19Fix some typosMartin Hauke1-2/+2
2019-11-05cc trans: remove unused tch_rtp_createNeels Hofmeyr1-14/+0
2019-10-29send MNCC REL only if MNCC has actually startedNeels Hofmeyr1-3/+8
2019-10-29also log MNCC_SETUP_REQNeels Hofmeyr1-0/+3
2019-10-21log: drop duplicate MNCC logNeels Hofmeyr1-2/+0
2019-09-03Implement a global switch on the network to disable call waiting.Keith Whyte1-3/+19
2019-09-02gsm48_tch_rtp_create(): check against NULL mgcp_infoNeels Hofmeyr1-1/+4
2019-08-29tweak CC cause for incoming call to unattached nrNeels Hofmeyr1-1/+1
2019-08-29fix segfault: don't send CC REL on NULL msc_aNeels Hofmeyr1-2/+10
2019-08-29memleak on cc setup errorsNeels Hofmeyr1-0/+2
2019-08-28mncc: 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