aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_a.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07libmsc: fix memory leak (struct msgb) in msc_i_ran_enc()Vadim Yanitskiy1-4/+1
2021-11-27libmsc/gsm_04_08: refactor require ciphering into an own functionAlexander Couzens1-0/+10
2021-11-05Validate the choosen UTRAN encryption algorithmAlexander Couzens1-1/+20
2021-11-05Make UTRAN encryption algorithms configurableHarald Welte1-2/+2
2021-11-05Fix enabling of UMTS UEA encryptionHarald Welte1-0/+3
2021-10-25Add support for LCLS to the MSCKeith Whyte1-0/+8
2021-07-29implement CM Re-Establish for voice callsNeels Hofmeyr1-0/+15
2021-07-12msc_a.c: Allow MSC_A_EV_CN_CLOSE in state MSC_A_ST_RELEASINGPau Espin Pedrol1-0/+1
2021-06-24improve logging on encryption, for Ciphering and HOneels/a54Neels Hofmeyr1-2/+6
2021-06-24support A5/4 in Cipher Mode CommandNeels Hofmeyr1-1/+9
2021-06-06msc_tx_common_id(): fix potential NULL pointer dereferenceVadim Yanitskiy1-0/+2
2021-06-04Use new osmo stat items/ctr APIsPau Espin Pedrol1-9/+3
2021-04-29Fill Last Used E-UTRAN PLMN Id when in CSFBPau Espin Pedrol1-0/+5
2020-07-28Clear Command: set cause value to "Call Control"Neels Hofmeyr1-0/+3
2020-06-24propagate Compl L3 Info Cell ID to the VLR subscriber recordNeels Hofmeyr1-0/+6
2020-06-24add comments to clarify some complete l3 detailsNeels Hofmeyr1-0/+2
2020-06-22msc_a: add callref as call id to ASSIGNMENT REQ.Philipp Maier1-0/+2
2020-06-19use new osmo_mobile_identity API everywhereNeels Hofmeyr1-2/+2
2019-11-28msc_a CC: add some basic sanity testsNeels Hofmeyr1-0/+10
2019-11-28fail on invalid RTP address from MGWNeels Hofmeyr1-0/+6
2019-11-19Fix some typosMartin Hauke1-2/+2
2019-11-01CC: add error handling for CRCX responsesNeels Hofmeyr1-3/+3
2019-10-21log which DTAP messages are sent to RANNeels Hofmeyr1-2/+5
2019-09-18fix error on BSSMAP Cipher Mode Complete L3 msg IENeels Hofmeyr1-0/+12
2019-09-03msc_a fsm: ignore state chg to same stateNeels Hofmeyr1-2/+8
2019-09-02msc_a.c, CC trans: change a comment to a debug logNeels Hofmeyr1-1/+1
2019-08-29fix segfault: don't send CC REL on NULL msc_aNeels Hofmeyr1-0/+9
2019-08-19msc_a: switch RAN type back to SGs when a CSFB-Call is clearedPhilipp Maier1-0/+5
2019-06-16libmsc/msc_a.c: fix: remove dummy allstate_action of msc_a_fsmVadim Yanitskiy1-13/+0
2019-05-21Request Osmux CID and forward it in Assign Req and Assign ComplPau Espin Pedrol1-2/+28
2019-05-13libmsc/msc_a.c: fix possible NULL-pointer dereferencesVadim Yanitskiy1-7/+25
2019-05-12silence error messages about HANDOVER_END not permittedNeels Hofmeyr1-0/+12
2019-05-10call_leg: remove unused event MSC_EV_CALL_LEG_RTP_RELEASEDNeels Hofmeyr1-21/+2
2019-05-10make msc_a_vsub() and others NULL-safeNeels Hofmeyr1-0/+6
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-0/+1651