index
:
osmo-msc
34c3
35c3
36c3
aoip
cccamp2019
fairwaves/production
falconia/production
jolly/vgcs
keith/LCLS_SIP
keith/lcls2r1
keith/lcls_nonsense
keith/sms
keith/sqlite3_no_unixepoch
laforge/gsup
laforge/nosql
laforge/sgsap
laforge/sqlite3
laforge/ussd
lynxis/pre_release
master
msuraev/smpp
neels/1.6.2
neels/35c3
neels/3g_opt_in
neels/a54
neels/call_during_call
neels/cc_timeout
neels/codecs
neels/codecs_fmtp
neels/codecs_tmp
neels/db_log
neels/dbi_debug
neels/dev
neels/dgsm
neels/dgsm_and_codecs
neels/encryption
neels/ho
neels/lcls_nonsense
neels/log
neels/master
neels/mgw_domain
neels/mipsel
neels/mncc_codecs
neels/mncc_codecs2
neels/mncc_codecs3
neels/mncc_path
neels/msc_vlr_test_a54
neels/os2779
neels/os2983
neels/os3062
neels/osmo_timer
neels/re-est
neels/reass
neels/sms_over_gsup
neels/split
neels/unexpected_id_resp
neels/vgcs
neels/vlr_evil_twin1
neels/vlr_evil_twin3
neels/vtyref
news_from_openbsc
osmith/fix-python3
osmith/move-manuals-to-project-repos
osmith/rpm
osmith/wip
osmith/wip-csd
pespin/fix-smsc-use-after-free
pespin/foo
pespin/ipv6
pespin/master
pespin/release-1.4.0
pespin/smpp2
pespin/systemd
pespin/test
pespin/tmp
pmaier/callref
pmaier/fixlength
pmaier/lac
rhizomatica/production
rhizomatica/testing
stsp/lu_expire
stsp/neighbor_ident
stsp/smpp_store_sms
tnt/silent-call
OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-17
sms: Introduce VTY-configurable minimum SMS validity period
laforge/sqlite3
Harald Welte
6
-3
/
+25
2022-05-17
sms: Make default SMS validity period configurable via VTY
Harald Welte
4
-1
/
+17
2022-05-17
smpp: Parse and use SMPP-provided validity period
Harald Welte
6
-2
/
+165
2022-05-17
sms_queue: Make deletion of messages from DB VTY-configurable
Harald Welte
4
-2
/
+39
2022-05-17
sms_queue: Use local variable rather than 9x pointer de-ref in function
Harald Welte
1
-9
/
+10
2022-05-17
sms: Give smsc its own VTY
Harald Welte
8
-73
/
+178
2022-05-17
sms: Encapsulate SMS queue related config parameters
Harald Welte
6
-38
/
+53
2022-05-17
db: Switch from 'synchronous = FULL' to 'synchronous = NORMAL'
Harald Welte
1
-10
/
+1
2022-05-17
switch from libdbi to lbsqlite3
Harald Welte
11
-660
/
+603
2022-05-16
tests: Remove sms.db{-wal,-shm} files, not just sms.db
Harald Welte
1
-4
/
+4
2022-05-16
sms_queue: merge sms_pending_add into sms_pending_from
Harald Welte
1
-8
/
+3
2022-05-16
sms_queue: refactor sms_pending add/remove code
Harald Welte
1
-22
/
+18
2022-05-16
smpp: don't enqueue write messages if ESME is disconnected
Harald Welte
1
-1
/
+8
2022-05-16
smpp: Fix use-after-free bug when ESME disconnects but has write pending
Harald Welte
1
-1
/
+1
2022-05-16
sms_queue: Introduce rate_ctr / stat_item
Harald Welte
1
-7
/
+106
2022-05-15
vlr: Add rate counters and stat items
Harald Welte
2
-5
/
+193
2022-05-15
vlr: Split vlr_subscr_rx_imsi_detach()
Harald Welte
1
-4
/
+11
2022-05-15
sms_queue: Annotate each function with some comment
Harald Welte
1
-29
/
+47
2022-05-15
switch sqlite3 to single-threaded mode
Harald Welte
8
-0
/
+14
2022-05-13
call rate_ctr_init() to make rate counters work properly
Harald Welte
1
-0
/
+1
2022-05-04
fix crash on CM Serv Rej: fix use count mismatch
Neels Hofmeyr
3
-7
/
+24
2022-04-13
tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
Vadim Yanitskiy
6
-6
/
+6
2022-01-13
call_leg: local_bridge: Avoid null pointer access if CN-side not ready
Pau Espin Pedrol
1
-0
/
+3
2022-01-11
Drop unneeded ax_check_compile_flag.m4
Pau Espin Pedrol
1
-74
/
+0
2022-01-07
ran_msg_iu.c: Set proper codec in Assignment Complete
Pau Espin Pedrol
1
-1
/
+2
2022-01-07
Avoid setting audio codec if not available during assignment_complete (MDCX)
Pau Espin Pedrol
2
-2
/
+6
2022-01-05
Announce IuFP audio codec for UTRAN conns in CRCX towards MGW
Pau Espin Pedrol
3
-2
/
+15
2021-12-14
treewide: remove FSF address
Oliver Smith
10
-40
/
+0
2021-12-09
ran_msg_iu: do not pass UEA0 to ranap_new_msg_sec_mod_cmd2()
Alexander Couzens
1
-2
/
+3
2021-12-07
libmsc: fix memory leak (struct msgb) in msc_i_ran_enc()
Vadim Yanitskiy
4
-14
/
+7
2021-12-02
libmsc: ran_iu_make_security_mode_command(): clarify UIA mask
Vadim Yanitskiy
1
-1
/
+5
2021-11-30
libmsc: ran_iu_make_security_mode_command(): improve readability
Vadim Yanitskiy
1
-2
/
+4
2021-11-30
libvlr: fix is_ciph_required(): always send SecModeCmd for UTRAN
Vadim Yanitskiy
4
-111
/
+178
2021-11-30
libvlr: vlr_set_ciph_mode(): avoid redundant check
Vadim Yanitskiy
4
-7
/
+0
2021-11-29
libmsc: fix another memleak (struct gsm_sms) in gsm340_rx_tpdu()
Vadim Yanitskiy
1
-1
/
+1
2021-11-29
libmsc: fix memory leak (struct gsm_sms) in gsm340_rx_tpdu()
Vadim Yanitskiy
1
-1
/
+2
2021-11-28
VTY: clarify deprecation message for cfg_net_per_loc_upd_cmd
Vadim Yanitskiy
1
-2
/
+2
2021-11-27
libmsc/gsm_04_08: refactor require ciphering into an own function
Alexander Couzens
4
-4
/
+16
2021-11-17
utran: use new UTRAN encryption enum
Alexander Couzens
5
-13
/
+17
2021-11-16
Bump version: 1.7.0.43-aefbf-dirty → 1.8.0
1.8.0
Pau Espin Pedrol
5
-29
/
+93
2021-11-12
Do not mention deprecated -l / --database options
Vadim Yanitskiy
2
-5
/
+4
2021-11-12
Do not mention deprecated -M / --mncc-sock-path options
Vadim Yanitskiy
2
-8
/
+4
2021-11-12
manuals: remove deprecated -C / --no-dbcounter options
Vadim Yanitskiy
1
-4
/
+1
2021-11-05
Validate the choosen UTRAN encryption algorithm
Alexander Couzens
8
-18
/
+52
2021-11-05
Make UTRAN encryption algorithms configurable
Harald Welte
9
-64
/
+38
2021-11-05
Fix enabling of UMTS UEA encryption
Harald Welte
3
-1
/
+7
2021-11-04
Revert "Turn some compiler warnings into errors"
Oliver Smith
1
-15
/
+0
2021-11-03
mncc: rework passing GCR over the MNCC interface
Vadim Yanitskiy
3
-17
/
+34
2021-10-30
smpp_smsc: use osmo_talloc_replace_string() in smpp_smsc_conf()
Vadim Yanitskiy
1
-7
/
+1
2021-10-26
libmsc: struct smsc: drop 'const' qualifier from bind_addr
Vadim Yanitskiy
1
-1
/
+1
[next]