aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_a.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-053G: decapsulate IuUP to AMR at the MGW; allow 3G<-AMR->2GNeels Hofmeyr1-22/+21
2023-03-18do CN CRCX firstNeels Hofmeyr1-53/+99
2023-03-18[codecs filter] use codecs filter on crcx okNeels Hofmeyr1-4/+15
2023-03-18[codecs filter] send + receive SDP via MNCCNeels Hofmeyr1-0/+3
2023-03-18in ran_msg, return gsm0808_speech_codec (intra-MSC)Neels Hofmeyr1-10/+27
2023-03-18rtp_stream: allow multiple codecs / use codec filter from AssignmentNeels Hofmeyr1-16/+34
2023-03-18add ran_infra.force_mgw_codecs_to_ranNeels Hofmeyr1-0/+2
2023-03-14[codecs filter] apply BSS codecs from Assignment CompleteNeels Hofmeyr1-0/+5
2023-03-14[codecs filter] store BSS codec list from Compl L3Neels Hofmeyr1-0/+13
2023-03-04IuCS: remove IuUP LOOPBACK hackNeels Hofmeyr1-6/+0
2023-03-04comment: clarify L3 Info processingNeels Hofmeyr1-0/+2
2022-10-27msc_a,vlr: add is_ciphering_required (accurately named)Neels Hofmeyr1-0/+12
2022-10-27msc_a,vlr: rename ciphering_required to is_ciphering_to_be_attemptedNeels Hofmeyr1-1/+1
2022-07-22err log: fix reverse statement in msc_a call handlingNeels Hofmeyr1-1/+1
2022-05-04fix crash on CM Serv Rej: fix use count mismatchNeels Hofmeyr1-0/+4
2022-01-07Avoid setting audio codec if not available during assignment_complete (MDCX)Pau Espin Pedrol1-2/+5
2022-01-05Announce IuFP audio codec for UTRAN conns in CRCX towards MGWPau Espin Pedrol1-2/+9
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