aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-01-08cosmetic: remove duplicated codeMax2-19/+13
2018-01-08abisip-find: add --interval optionNeels Hofmeyr1-3/+17
2018-01-07osmo_bsc_bssap.c: Fix discard of const qualifier in assignmentPau Espin Pedrol1-1/+1
2018-01-05Fix "CTRL GET msc_connection_status" response.Stefan Sperling1-1/+4
2017-12-31Check and handle SMS encoding failureMax1-8/+22
2017-12-29Fix .deb buildsMax1-6/+2
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max2-13/+7
2017-12-25abisip-find: add timeout optionNeels Hofmeyr1-2/+17
2017-12-25abisip-find: update copyrightNeels Hofmeyr1-1/+3
2017-12-25abisip-find: add -l to list base stations instead of streaming repliesNeels Hofmeyr1-8/+140
2017-12-25abisip-find: add getopt option parsing in preparation for a new optionNeels Hofmeyr1-7/+55
2017-12-23cosmetic: Hide all accesses to conn->bts behind conn_get_bts()Harald Welte7-22/+25
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-20mgcp: validate rtp connection data in MGW response (ip/port)Philipp Maier1-2/+18
2017-12-20mgcp: cancel transactions on timeoutPhilipp Maier1-0/+9
2017-12-19remove unused 'lac' member of 'struct gsm_subscriber_connection'Harald Welte1-1/+0
2017-12-19osmo-bsc: Move user plane/voice related bits into sub-structureHarald Welte6-29/+28
2017-12-19osmo_bsc_bssap.c: Spelling fixes in commentHarald Welte1-3/+3
2017-12-19remove libosmo-sccp dependency for osmo-bscHarald Welte7-19/+6
2017-12-19Remove some more dead codeHarald Welte2-29/+0
2017-12-19Remove bogus MM INFO configurationHarald Welte4-89/+0
2017-12-19Remove bogus vty config for LU reject causeHarald Welte3-22/+0
2017-12-19Remove unused RRLP options/codecHarald Welte3-39/+0
2017-12-19Remove dead code left over from NITB splitHarald Welte28-1511/+15
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 Welte1-0/+1
2017-12-14Add a new counter "rsl:ipa_nack" to count number of IPA related NACKsHarald Welte1-0/+4
2017-12-14Add new per-BTS "rsl:unknown" counter to count unknown RSL messagesHarald Welte1-0/+9
2017-12-14Add per-BTS rate_ctr for total + failed number of RSL CHAN_ACTHarald Welte1-0/+4
2017-12-14libbsc: paging: more reasonable (and detailed) paging statisticsHarald Welte2-5/+10
2017-12-14Fix per-BTS counter group indexHarald Welte1-1/+1
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 OctetsMax2-1/+18
2017-12-11paging: Stop all paging if MSC sends us BSSMAP RESETHarald Welte2-0/+26
2017-12-11paging: Remove obsolete paging call-back supportHarald Welte3-46/+19
2017-12-11paging.c: add more documentation on what the functions actually doHarald Welte1-4/+45
2017-12-11Generate SI2ter Rest OctetsMax2-1/+20
2017-12-10mgcp: cosmetic fixupsPhilipp Maier1-105/+39
2017-12-10OML: expand status reporting checksMax3-1/+20
2017-12-09Remove 'msc' counter group from BSCHarald Welte1-6/+0
2017-12-09Move many counters from BSC-global to per-BTS granularityHarald Welte5-24/+32
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
2017-12-01cosmetic: remove duplicate loggingPhilipp Maier1-24/+2