aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-27MGCP: Force-send a DLCX to all connections of before any new CRCXlaforge/dlcxHarald Welte1-0/+18
2017-12-23bsc_test.c: Use proper network/bts/lchan structuresHarald Welte1-4/+4
2017-12-22BSC: Fix bsc_subsc leak on pagingHarald Welte1-0/+4
2017-12-22BSC: Add "show subscriber all" commandHarald Welte1-0/+23
2017-12-21Enable sanitize for CI testsMax1-1/+1
2017-12-20mgcp: validate rtp connection data in MGW response (ip/port)Philipp Maier1-2/+18
2017-12-20mgcp: cancel transactions on timeoutPhilipp Maier2-0/+11
2017-12-19remove unused 'lac' member of 'struct gsm_subscriber_connection'Harald Welte2-3/+0
2017-12-19gsm_data.h: Document all fields of gsm_subscriber_connectionHarald Welte1-8/+14
2017-12-19osmo-bsc: Move user plane/voice related bits into sub-structureHarald Welte7-46/+45
2017-12-19osmo_bsc.h: document every field in 'struct osmo_bsc_sccp_con'Harald Welte1-0/+5
2017-12-19Remove unused struct osmo_bsc_sccp_con member sccp_queue_sizeHarald Welte1-3/+0
2017-12-19osmo_bsc_bssap.c: Spelling fixes in commentHarald Welte1-3/+3
2017-12-19remove libosmo-sccp dependency for osmo-bscHarald Welte9-25/+6
2017-12-19Remove some more dead codeHarald Welte4-163/+0
2017-12-19Remove bogus MM INFO configurationHarald Welte8-100/+0
2017-12-19Remove bogus vty config for LU reject causeHarald Welte6-25/+0
2017-12-19Remove unused RRLP options/codecHarald Welte9-65/+0
2017-12-19Remove dead code left over from NITB splitHarald Welte68-2484/+25
2017-12-19Remove unneeded .py scriptsMax9-983/+2
2017-12-18Fix tests after rate_ctr changeMax2-48/+62
2017-12-14fix bssmap_handle_cipher_mode()'s encryption decisionNeels Hofmeyr1-6/+29
2017-12-14debug log: log Cipher Mode info upon sending down RSL/A-bisNeels Hofmeyr1-0/+4
2017-12-14log typo fix in gsm0808_cipher_mode()Neels Hofmeyr1-1/+1
2017-12-14Add new "chan:mode_modify_nack" counter to count RSL MODE MODIFY NACKHarald Welte2-0/+3
2017-12-14Add a new counter "rsl:ipa_nack" to count number of IPA related NACKsHarald Welte2-0/+6
2017-12-14Add new per-BTS "rsl:unknown" counter to count unknown RSL messagesHarald Welte2-0/+11
2017-12-14Add per-BTS rate_ctr for total + failed number of RSL CHAN_ACTHarald Welte2-0/+8
2017-12-14Reduce T3113 default from 60s to 10sHarald Welte1-1/+1
2017-12-14libbsc: paging: more reasonable (and detailed) paging statisticsHarald Welte3-10/+23
2017-12-14Fix per-BTS counter group indexHarald Welte1-1/+1
2017-12-13cosmetic: osmo_bsc_mgcp: improve commentsPhilipp Maier1-2/+7
2017-12-13paging: paging_flush_bts: be sure pending_requests is initalizedPhilipp Maier1-0/+2
2017-12-13fix segfault upon release paging on BSSMAP Reset: init llistNeels Hofmeyr2-1/+8
2017-12-12Generate SI2bis Rest OctetsMax4-2/+20
2017-12-11paging: Stop all paging if MSC sends us BSSMAP RESETHarald Welte3-0/+29
2017-12-11paging: Remove obsolete paging call-back supportHarald Welte4-54/+28
2017-12-11paging.c: add more documentation on what the functions actually doHarald Welte1-4/+45
2017-12-11Change T3101 default from 10s to 3s.Harald Welte1-1/+1
2017-12-11Generate SI2ter Rest OctetsMax4-2/+22
2017-12-10mgcp: cosmetic fixupsPhilipp Maier1-105/+39
2017-12-10OML: expand status reporting checksMax5-1/+22
2017-12-09Remove 'msc' counter group from BSCHarald Welte2-59/+0
2017-12-09rate_ctr: Use ':' as separator, not '.'Harald Welte1-18/+18
2017-12-09Move many counters from BSC-global to per-BTS granularityHarald Welte7-46/+69
2017-12-06use _NUM_CHREQ_T to define the size of ctype_by_chreqAlexander Couzens1-1/+1
2017-12-01cosmetic: use fsm pointer from parameter listPhilipp Maier1-39/+31
2017-12-01cosmetic: correct sourcecode formattingPhilipp Maier1-1/+2
2017-12-01cosmetic: add missing log prefixPhilipp Maier1-6/+6
2017-12-01cosmetic: do not cast void pointerPhilipp Maier1-5/+5