Commit Graph

426 Commits

Author SHA1 Message Date
Gerrit Code Review 5d5c17ff28 Update notes for submitted changes
* Make esme struct shared
2022-09-26 06:27:32 +00:00
Gerrit Code Review f29b9e64b6 Update notes for submitted changes
* Set working directory in systemd service file
2022-08-30 15:38:59 +00:00
Gerrit Code Review 7fe0fe34b1 Update notes for submitted changes
* contrib/jenkins.sh: do not override parallel make for libsmpp34
2022-08-29 15:37:17 +00:00
Gerrit Code Review 464420d159 Update notes for submitted changes
* Add ESME-specific logging
* Introduce libsmpputil
2022-08-06 18:07:23 +00:00
Gerrit Code Review 6fecd811af Update notes for submitted changes
* tests: use common stubs for SMS queue test
* ESME: use osmo_sock_get_name() for logging
* Ignore .deb build byproducts
* SMPP: clarify (re)start logic
2022-08-01 13:53:38 +00:00
Gerrit Code Review aef66c3529 Update notes for submitted changes
* in sdp logging: add payload type number like 'AMR#111'
2022-07-28 14:16:31 +00:00
Gerrit Code Review d26852a51c Update notes for submitted changes
* sdp_msg: s/_name_/_to_str_/g
2022-07-25 14:19:11 +00:00
Gerrit Code Review de81cb48d7 Update notes for submitted changes
* cosmetic: log actual MNCC msg in tch_rtp_connect()
2022-07-25 14:18:58 +00:00
Gerrit Code Review a99e090e2e Update notes for submitted changes
* err log: fix reverse statement in msc_a call handling
2022-07-25 12:02:02 +00:00
Gerrit Code Review 6fd133f515 Update notes for submitted changes
* Turn off secure_delete in sqlite
2022-07-08 00:11:01 +00:00
Gerrit Code Review fdfd071f0c Update notes for submitted changes
* Don't let this osmo-msc operate on a libdbi database
2022-06-30 20:52:45 +00:00
Gerrit Code Review 8d0e8844cd Update notes for submitted changes
* Bump version: 1.8.0.43-2eaaf-dirty → 1.9.0
2022-06-29 09:48:54 +00:00
Gerrit Code Review bb1600be67 Update notes for submitted changes
* fix RPM build failures due to README -> README.md rename
2022-06-21 08:10:54 +00:00
Gerrit Code Review 63b23b8cac Update notes for submitted changes
* Convert + Expand README file
* update git URLs (git -> https; gitea)
2022-06-20 10:28:09 +00:00
Gerrit Code Review dd95777f88 Update notes for submitted changes
* sms: Introduce VTY-configurable minimum SMS validity period
* sms: Make default SMS validity period configurable via VTY
* smpp: Parse and use SMPP-provided validity period
* sms_queue: Make deletion of messages from DB VTY-configurable
* sms_queue: Use local variable rather than 9x pointer de-ref in function
* sms: Give smsc its own VTY config node
2022-05-19 19:34:41 +00:00
Gerrit Code Review 70e6ac410f Update notes for submitted changes
* tests/msc_vlr/Makefile.am: drop -ldbi
2022-05-18 12:42:34 +00:00
Gerrit Code Review db01f69cd0 Update notes for submitted changes
* tests: Remove sms.db{-wal,-shm} files, not just sms.db
2022-05-17 09:07:54 +00:00
Gerrit Code Review 8fe8b32daf Update notes for submitted changes
* sms_queue: merge sms_pending_add into sms_pending_from
2022-05-17 09:04:17 +00:00
Gerrit Code Review 914d14d376 Update notes for submitted changes
* sms_queue: refactor sms_pending add/remove code
2022-05-16 20:17:26 +00:00
Gerrit Code Review aa87f6a316 Update notes for submitted changes
* smpp: don't enqueue write messages if ESME is disconnected
* smpp: Fix use-after-free bug when ESME disconnects but has write pending
2022-05-16 18:20:02 +00:00
Gerrit Code Review f637beb84b Update notes for submitted changes
* switch sqlite3 to single-threaded mode
2022-05-16 10:10:36 +00:00
Gerrit Code Review c157662d68 Update notes for submitted changes
* call rate_ctr_init() to make rate counters work properly
2022-05-14 19:20:08 +00:00
Gerrit Code Review 8c48a8fc02 Update notes for submitted changes
* fix crash on CM Serv Rej: fix use count mismatch
2022-05-05 19:56:10 +00:00
Gerrit Code Review 1e0e6ab203 Update notes for submitted changes
* tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
2022-04-14 17:21:55 +00:00
Gerrit Code Review b506be4802 Update notes for submitted changes
* call_leg: local_bridge: Avoid null pointer access if CN-side not ready
2022-01-17 14:12:26 +00:00
Gerrit Code Review 33bdc8bb77 Update notes for submitted changes
* Drop unneeded ax_check_compile_flag.m4
2022-01-11 17:46:57 +00:00
Gerrit Code Review fe5425b18a Update notes for submitted changes
* Announce IuFP audio codec for UTRAN conns in CRCX towards MGW
2022-01-06 20:29:49 +00:00
Gerrit Code Review f7e7b8fe75 Update notes for submitted changes
* treewide: remove FSF address
2021-12-14 12:53:00 +00:00
Gerrit Code Review cfed4e82b1 Update notes for submitted changes
* ran_msg_iu: do not pass UEA0 to ranap_new_msg_sec_mod_cmd2()
2021-12-09 13:42:29 +00:00
Gerrit Code Review c90083d048 Update notes for submitted changes
* libmsc: fix memory leak (struct msgb) in msc_i_ran_enc()
2021-12-07 20:43:31 +00:00
Gerrit Code Review 33917e649f Update notes for submitted changes
* libmsc: ran_iu_make_security_mode_command(): clarify UIA mask
2021-12-04 13:53:42 +00:00
Gerrit Code Review 8188506e7c Update notes for submitted changes
* libmsc: ran_iu_make_security_mode_command(): improve readability
* libvlr: fix is_ciph_required(): always send SecModeCmd for UTRAN
2021-11-30 13:14:16 +00:00
Gerrit Code Review be22337453 Update notes for submitted changes
* libvlr: vlr_set_ciph_mode(): avoid redundant check
2021-11-30 09:53:47 +00:00
Gerrit Code Review 0e4689be33 Update notes for submitted changes
* libmsc: fix another memleak (struct gsm_sms) in gsm340_rx_tpdu()
* libmsc: fix memory leak (struct gsm_sms) in gsm340_rx_tpdu()
2021-11-29 20:36:35 +00:00
Gerrit Code Review d1d505820d Update notes for submitted changes
* VTY: clarify deprecation message for cfg_net_per_loc_upd_cmd
2021-11-29 12:47:35 +00:00
Gerrit Code Review cd90ff5d8c Update notes for submitted changes
* libmsc/gsm_04_08: refactor require ciphering into an own function
2021-11-27 07:45:31 +00:00
Gerrit Code Review 4d5b8bbf00 Update notes for submitted changes
* utran: use new UTRAN encryption enum
2021-11-17 20:18:52 +00:00
Gerrit Code Review a844dfd9c2 Update notes for submitted changes
* Bump version: 1.7.0.43-aefbf-dirty → 1.8.0
2021-11-16 17:42:48 +00:00
Gerrit Code Review 7a0e093f81 Update notes for submitted changes
* Do not mention deprecated -l / --database options
* Do not mention deprecated -M / --mncc-sock-path options
* manuals: remove deprecated -C / --no-dbcounter options
2021-11-12 18:21:43 +00:00
Gerrit Code Review 0f4b18fa54 Update notes for submitted changes
* Validate the choosen UTRAN encryption algorithm
* Make UTRAN encryption algorithms configurable
* Fix enabling of UMTS UEA encryption
2021-11-05 09:48:27 +00:00
Gerrit Code Review 6f40149548 Update notes for submitted changes
* Revert "Turn some compiler warnings into errors"
2021-11-04 13:03:20 +00:00
Gerrit Code Review 241f0bceec Update notes for submitted changes
* mncc: rework passing GCR over the MNCC interface
2021-11-03 21:12:52 +00:00
Gerrit Code Review 1366c43ebd Update notes for submitted changes
* smpp_smsc: use osmo_talloc_replace_string() in smpp_smsc_conf()
2021-10-31 07:29:17 +00:00
Gerrit Code Review ca28433f62 Update notes for submitted changes
* libmsc: struct smsc: drop 'const' qualifier from bind_addr
2021-10-26 18:42:57 +00:00
Gerrit Code Review bfb2706967 Update notes for submitted changes
* libmsc: fix NULL pointer dereference in trans_lcls_compose()
2021-10-26 17:48:20 +00:00
Gerrit Code Review 64ca834c6f Update notes for submitted changes
* Add support for LCLS to the MSC
2021-10-25 10:07:48 +00:00
Gerrit Code Review e75cadb08f Update notes for submitted changes
* smpp_mirror: Don't allocate msgb's for unrealistic amounts of memory
* smpp_mirror: Factor-out reset of SMPP read state
2021-10-25 09:59:00 +00:00
Gerrit Code Review ec9fb8158c Update notes for submitted changes
* smpp: Fix help string in vty for "alert-notifications"
2021-09-30 19:28:23 +00:00
Gerrit Code Review 7dd87153f0 Update notes for submitted changes
* contrib/osmo-msc.spec.in: require libosmo-ranap >= 0.7.0
2021-09-16 13:33:42 +00:00
Gerrit Code Review bbb7fadfe4 Update notes for submitted changes
* Bump version: 1.7.0.1-8d822-dirty → 1.7.1
* msc_vlr_test: remove DLMGCP log messages from unit test output
2021-09-16 13:32:40 +00:00