aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-08-27SMS over GSUP: set source_name in GSUP reply messagesfalconia/productionMychaela N. Falconia3-0/+23
2023-08-27SMS over GSUP: correctly route GSUP responses to MT SMSMychaela N. Falconia4-3/+30
2023-08-26gsup_client_mux: set destination_name in error reply functionMychaela N. Falconia1-0/+2
2023-06-26CC: don't start guard timer on mid-call MNCC messagesMychaela N. Falconia1-1/+21
2023-06-26msc_a: send MNCC_RTP_CONNECT in call waiting scenariosMychaela N. Falconia1-0/+2
2023-02-07Bump version: 1.9.0.58-1289-dirty → 1.10.01.10.0Pau Espin Pedrol5-33/+105
2023-02-05fix msc_vty_go_parent(): add missing case for MGW_NODEVadim Yanitskiy1-0/+5
2023-02-05msc_main: fix wrong comment: HLR is a separate projectVadim Yanitskiy1-1/+1
2023-02-01LCLS: Fix Global Call Reference generationKeith Whyte1-4/+10
2023-01-17SMPP: use proper type for boolean variablesMax1-2/+2
2023-01-03rtp_stream: set_remote_addr: do nothing when unchangedNeels Hofmeyr2-5/+10
2023-01-03rtp_stream_commit: check missing MGW ep only when ready for RTPNeels Hofmeyr2-9/+9
2023-01-03fix sdp_msg_to_sdp_str(), never add fmtp for unset codecNeels Hofmeyr1-5/+4
2022-12-23sdp_msg.c: parse send/recv modeNeels Hofmeyr4-9/+35
2022-12-17ctrl: take both address and port from vty configMax1-2/+1
2022-12-14libmsc: check return value of gsm0808_create_ass2()Vadim Yanitskiy1-0/+6
2022-11-21SMPP: make smpp_smsc_stop() staticMax2-11/+10
2022-11-15add some comments to sdp_msg.c,hNeels Hofmeyr2-0/+14
2022-11-15add sdp_audio_codec_is_setNeels Hofmeyr2-0/+6
2022-11-15log CC timeoutsNeels Hofmeyr2-0/+5
2022-11-15sdp_msg: when NULL, do not crash but return empty SDP strNeels Hofmeyr1-2/+10
2022-11-15contrib/jenkins.sh: use enable-werror with IU tooOliver Smith1-5/+2
2022-10-28SMPP: fix possible NULL pointer dereferenceMax1-1/+1
2022-10-27vlr: implement fallback to no-authNeels Hofmeyr4-10/+46
2022-10-27vlr_auth_fsm: add result no_auth_info_eventNeels Hofmeyr7-37/+64
2022-10-27vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESSNeels Hofmeyr9-44/+44
2022-10-27vlr: auth_fsm: clarify success/failure resultNeels Hofmeyr8-36/+66
2022-10-27vlr_lu_fsm: clarify naming of static functionsNeels Hofmeyr2-11/+11
2022-10-27msc_a,vlr: add is_ciphering_required (accurately named)Neels Hofmeyr6-0/+39
2022-10-27msc_a,vlr: rename ciphering_required to is_ciphering_to_be_attemptedNeels Hofmeyr6-24/+24
2022-10-20SMPP: use default port from libsmpp34Max3-9/+6
2022-10-20doc: Include mgwpool.adoc from osmo-gsm-manualsPau Espin Pedrol2-0/+5
2022-10-19call_leg: Fix EV_MGW_ENDPOINT_GONE not processed in RELEASE statePau Espin Pedrol2-30/+36
2022-10-19Use new mgcp-client VTY commands under mgw nodePau Espin Pedrol4-12/+12
2022-10-19vty: Make use of new mgcp_client_pool_config_write() APIPau Espin Pedrol2-1/+4
2022-10-19Introduce support for libosmo-mgcp-client MGW poolingPau Espin Pedrol11-26/+97
2022-10-19tests/test_nodes.vty: Avoid listing commands provided by libPau Espin Pedrol1-7/+1
2022-10-15smpp_mirror: fix compiler warningMax1-2/+2
2022-10-11SMPP: remove duplicate g_smsc definitionMax1-2/+0
2022-10-03Change CC_CAUSE returned on unanswered MT CallKeith Whyte1-0/+2
2022-10-03mncc: cosmetic: fix coding style in mncc_prim_check_sign()Vadim Yanitskiy1-1/+1
2022-10-03mncc: move MNCC_F_ALL from mncc.c to mncc.hVadim Yanitskiy2-2/+3
2022-10-03Update MNCC field validation mask.Keith Whyte1-1/+1
2022-09-15cosmetic: use proper name for SMPP handlersMax3-8/+8
2022-09-15Use libsmpputil functions in smpp_mirror toolMax3-33/+4
2022-09-15Make esme struct sharedMax9-144/+162
2022-08-30Set working directory in systemd service fileMax1-0/+2
2022-08-29contrib/jenkins.sh: do not override parallel make for libsmpp34Vadim Yanitskiy1-1/+1
2022-08-05Add ESME-specific loggingMax4-70/+47
2022-08-05Introduce libsmpputilMax25-101/+114