aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-23MT call: store MS Bearer Cap from CC Call ConfNeels Hofmeyr1-0/+4
2022-09-23MT call: init codecs filter with BSS codec list and SDPNeels Hofmeyr2-0/+31
2022-09-23MO call: init codecs filter with BSS codec listNeels Hofmeyr2-0/+13
2022-09-23msc_a: store BSS codec list from Compl L3Neels Hofmeyr2-0/+15
2022-09-23add trans.cc.codecsNeels Hofmeyr1-0/+3
2022-09-23codec t9n: add IUFPNeels Hofmeyr1-0/+8
2022-09-23add api comment in sdp_msg.hNeels Hofmeyr1-0/+1
2022-09-23add codec_filter.h,cNeels Hofmeyr4-0/+277
2022-09-23fix sdp_msg_to_sdp_str(), never add fmtp for unset codecNeels Hofmeyr1-5/+4
2022-09-19add sdp_audio_codec_is_setNeels Hofmeyr2-0/+6
2022-09-19add codec_sdp_cc_t9n.h,cNeels Hofmeyr4-0/+516
2022-09-19log CC timeoutsNeels Hofmeyr2-0/+5
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
2022-08-01tests: use common stubs for SMS queue testMax3-21/+4
2022-08-01ESME: use osmo_sock_get_name() for loggingMax3-13/+2
2022-08-01Ignore .deb build byproductsMax1-0/+8
2022-08-01SMPP: clarify (re)start logicMax1-2/+2
2022-07-25sdp_msg: s/sdp_audio_codec_/sdp_audio_codecs_Neels Hofmeyr3-27/+27
2022-07-25sdp_msg: add sdp_audio_codecs_cmp(), add compare flagsNeels Hofmeyr2-17/+73
2022-07-25in sdp logging: add payload type number like 'AMR#111'Neels Hofmeyr2-12/+15
2022-07-25sdp_msg: s/_name_/_to_str_/gNeels Hofmeyr4-83/+83
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
2022-06-29Bump version: 1.8.0.43-2eaaf-dirty → 1.9.01.9.0Pau Espin Pedrol5-32/+90
2022-06-21fix RPM build failures due to README -> README.md renameHarald Welte1-1/+1
2022-06-18Convert + Expand README fileHarald Welte2-35/+85
2022-06-18update git URLs (git -> https; gitea)Harald Welte4-5/+5
2022-05-19sms: Introduce VTY-configurable minimum SMS validity periodHarald Welte6-3/+24
2022-05-19sms: Make default SMS validity period configurable via VTYHarald Welte5-1/+18
2022-05-19smpp: Parse and use SMPP-provided validity periodHarald Welte6-2/+165
2022-05-19sms_queue: Make deletion of messages from DB VTY-configurableHarald Welte4-2/+39
2022-05-19sms_queue: Use local variable rather than 9x pointer de-ref in functionHarald Welte1-9/+10
2022-05-19sms: Give smsc its own VTY config nodeHarald Welte8-73/+178
2022-05-18tests/msc_vlr/Makefile.am: drop -ldbiOliver Smith1-1/+0
2022-05-17sms: Encapsulate SMS queue related config parametersHarald Welte6-38/+53
2022-05-17db: Switch from 'synchronous = FULL' to 'synchronous = NORMAL'Harald Welte1-10/+1
2022-05-17switch from libdbi to lbsqlite3Harald Welte11-660/+603
2022-05-16tests: Remove sms.db{-wal,-shm} files, not just sms.dbHarald Welte1-4/+4
2022-05-16sms_queue: merge sms_pending_add into sms_pending_fromHarald Welte1-8/+3
2022-05-16sms_queue: refactor sms_pending add/remove codeHarald Welte1-22/+18
2022-05-16smpp: don't enqueue write messages if ESME is disconnectedHarald Welte1-1/+8
2022-05-16smpp: Fix use-after-free bug when ESME disconnects but has write pendingHarald Welte1-1/+1
2022-05-16sms_queue: Introduce rate_ctr / stat_itemHarald Welte1-7/+106