aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Hofmeyr1-0/+5
2023-01-03rtp_stream_commit: check missing MGW ep only when ready for RTPNeels Hofmeyr1-4/+4
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 Hofmeyr1-9/+22
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() staticMax1-10/+10
2022-11-15add some comments to sdp_msg.c,hNeels Hofmeyr1-0/+13
2022-11-15add sdp_audio_codec_is_setNeels Hofmeyr1-0/+5
2022-11-15log CC timeoutsNeels Hofmeyr1-0/+2
2022-11-15sdp_msg: when NULL, do not crash but return empty SDP strNeels Hofmeyr1-2/+10
2022-10-28SMPP: fix possible NULL pointer dereferenceMax1-1/+1
2022-10-27vlr: implement fallback to no-authNeels Hofmeyr2-6/+40
2022-10-27vlr_auth_fsm: add result no_auth_info_eventNeels Hofmeyr4-25/+52
2022-10-27vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESSNeels Hofmeyr1-4/+4
2022-10-27vlr: auth_fsm: clarify success/failure resultNeels Hofmeyr4-23/+51
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 Hofmeyr4-0/+36
2022-10-27msc_a,vlr: rename ciphering_required to is_ciphering_to_be_attemptedNeels Hofmeyr4-21/+21
2022-10-20SMPP: use default port from libsmpp34Max2-8/+4
2022-10-19call_leg: Fix EV_MGW_ENDPOINT_GONE not processed in RELEASE statePau Espin Pedrol1-0/+6
2022-10-19vty: Make use of new mgcp_client_pool_config_write() APIPau Espin Pedrol1-1/+3
2022-10-19Introduce support for libosmo-mgcp-client MGW poolingPau Espin Pedrol3-9/+57
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 Yanitskiy1-2/+0
2022-10-03Update MNCC field validation mask.Keith Whyte1-1/+1
2022-09-15cosmetic: use proper name for SMPP handlersMax2-6/+6
2022-09-15Use libsmpputil functions in smpp_mirror toolMax2-33/+2
2022-09-15Make esme struct sharedMax5-118/+129
2022-08-05Add ESME-specific loggingMax3-70/+41
2022-08-05Introduce libsmpputilMax13-243/+62
2022-08-01ESME: use osmo_sock_get_name() for loggingMax3-13/+2
2022-08-01SMPP: clarify (re)start logicMax1-2/+2
2022-07-25sdp_msg: s/sdp_audio_codec_/sdp_audio_codecs_Neels Hofmeyr1-17/+17
2022-07-25sdp_msg: add sdp_audio_codecs_cmp(), add compare flagsNeels Hofmeyr1-16/+69
2022-07-25in sdp logging: add payload type number like 'AMR#111'Neels Hofmeyr1-0/+3
2022-07-25sdp_msg: s/_name_/_to_str_/gNeels Hofmeyr1-19/+19
2022-07-25cosmetic: log actual MNCC msg in tch_rtp_connect()Neels Hofmeyr1-1/+1
2022-07-22err log: fix reverse statement in msc_a call handlingNeels Hofmeyr1-1/+1
2022-07-22missing whitespace in gsm_04_08_cc.cNeels Hofmeyr1-1/+2
2022-07-22fix typo in msgb name for CC SETUPNeels Hofmeyr1-1/+1
2022-07-08Turn off secure_delete in sqliteKeith Whyte1-0/+7
2022-06-30Don't let this osmo-msc operate on a libdbi databaseKeith Whyte1-7/+7