aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
2023-07-21ASCI: Add VTY to configure GCR (Group Call Register)Andreas Eversberg3-0/+30
2023-07-19ASCI: Add option to switch on or off ASCI supportAndreas Eversberg2-1/+2
2023-07-19ASCI: Add function to receive VGCS/VBS messages from BSSAndreas Eversberg1-0/+5
2023-07-17ASCI: Add call control for VGCS/VBSAndreas Eversberg4-1/+257
2023-07-17ASCI: Add callref to assignment commandAndreas Eversberg1-0/+2
2023-07-17ASCI: Add functions to transcode VGCS/VBS messages on A-interfaceAndreas Eversberg1-0/+47
2023-07-17ASCI: Add simple implementation of Group Call RegisterAndreas Eversberg3-0/+61
2023-07-09ASCI: Add two new transaction types for VGCS and VBSAndreas Eversberg2-0/+10
2023-07-09ASCI: Add transaction type to trans_find_by_callref()Andreas Eversberg1-1/+1
2023-07-09ASCI: Allow usage of rtp_stream with other FSMAndreas Eversberg1-3/+5
2023-07-09ASCI: rtp_stream_commit(): Also update MGW on conn mode changeAndreas Eversberg1-0/+2
2023-07-09ASCI: Use a unique call-id for RTP streamsAndreas Eversberg2-1/+4
2023-07-09ASCI: Add log category for VGCS/VBS call and channel FSMAndreas Eversberg1-0/+1
2023-07-09ASCI: Add log categories for GCC/BCC (call control)Andreas Eversberg1-0/+2
2023-06-20Add initial CSD support with external MNCCOliver Smith5-1/+117
2023-06-15msc: add trans_cc_set_remote_from_bcOliver Smith1-0/+1
2023-06-15transaction: move cc.codecs.result -> cc.localOliver Smith2-9/+8
2023-06-15transaction: move cc.codecs.remote -> cc.remoteOliver Smith2-8/+7
2023-06-15codec_filter_run: prepare for CSDOliver Smith1-0/+1
2023-06-15codec_filter_set_bss: prepare for CSDOliver Smith1-0/+1
2023-06-15codec_filter_set_ran: prepare for CSDOliver Smith1-0/+1
2023-06-15codec_filter_init: prepare for CSDOliver Smith2-1/+1
2023-06-15codec_filter_set_ms_from_bc: prepare for CSDOliver Smith3-1/+34
2023-06-14Use new mgcp_client_conf_alloc() API to alloc mgcp_client_confPau Espin Pedrol1-1/+1
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy5-5/+5
2023-03-18mncc_recvmsg(): log caller file,lineNeels Hofmeyr1-8/+11
2023-03-18do CN CRCX firstNeels Hofmeyr2-0/+6
2023-03-18[codecs filter] send + receive SDP via MNCCNeels Hofmeyr1-0/+1
2023-03-18in ran_msg, return gsm0808_speech_codec (inter-MSC)Neels Hofmeyr2-2/+3
2023-03-18in ran_msg, return gsm0808_speech_codec (intra-MSC)Neels Hofmeyr1-1/+2
2023-03-18rtp_stream: allow multiple codecs / use codec filter from AssignmentNeels Hofmeyr3-7/+12
2023-03-18add ran_infra.force_mgw_codecs_to_ranNeels Hofmeyr1-0/+5
2023-03-14[codecs filter] store BSS codec list from Compl L3Neels Hofmeyr1-0/+3
2023-03-14[codecs filter] add trans.cc.codecsNeels Hofmeyr1-0/+3
2023-03-14[codecs filter] add codec_filter.h,cNeels Hofmeyr2-0/+67
2023-03-14add codec_mapping.h,cNeels Hofmeyr2-0/+65
2022-12-23sdp_msg.c: parse send/recv modeNeels Hofmeyr1-0/+9
2022-11-21SMPP: make smpp_smsc_stop() staticMax1-1/+0
2022-11-15add some comments to sdp_msg.c,hNeels Hofmeyr1-0/+1
2022-11-15add sdp_audio_codec_is_setNeels Hofmeyr1-0/+1
2022-10-27vlr: implement fallback to no-authNeels Hofmeyr1-0/+2
2022-10-27vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESSNeels Hofmeyr1-1/+1
2022-10-27vlr: auth_fsm: clarify success/failure resultNeels Hofmeyr1-1/+3
2022-10-27msc_a,vlr: add is_ciphering_required (accurately named)Neels Hofmeyr2-0/+3
2022-10-27msc_a,vlr: rename ciphering_required to is_ciphering_to_be_attemptedNeels Hofmeyr2-3/+3
2022-10-19Introduce support for libosmo-mgcp-client MGW poolingPau Espin Pedrol2-1/+5
2022-10-03mncc: move MNCC_F_ALL from mncc.c to mncc.hVadim Yanitskiy1-0/+3
2022-09-15cosmetic: use proper name for SMPP handlersMax1-2/+2
2022-09-15Use libsmpputil functions in smpp_mirror toolMax1-0/+2
2022-09-15Make esme struct sharedMax3-24/+31