aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-16Implement support for paging based on LAC and CI.Stefan Sperling1-0/+24
2018-01-16Implement support for paging based on a Cell Global Identifier.Stefan Sperling1-7/+50
2018-01-16Move BTS selection for paging from osmo_bsc_grace.c into osmo_bsc_bssap.c.Stefan Sperling5-75/+54
2018-01-15Make libcommon, libcommon-cs, libfilter, utils depend on mgcp/sigtranHarald Welte6-1/+11
2018-01-15Implement support for paging based on CI (cell identifier).Stefan Sperling3-31/+79
2018-01-12bsc/gsm_04_80.h: clean up useless declarationsVadim Yanitskiy1-15/+0
2018-01-12bsc/gsm_04_80.h: use '#pragma once' instead of includesVadim Yanitskiy1-4/+1
2018-01-11Implement support for CELL_IDENT_NO_CELL.Stefan Sperling1-0/+4
2018-01-11Add TAGS files (produced by 'make tags') to .gitignore file.Stefan Sperling1-0/+2
2018-01-11Implement support for paging by LAI.Stefan Sperling3-35/+105
2018-01-10cosmetic: mgcp: remove duplicate loggingPhilipp Maier1-2/+0
2018-01-10mgcp: log file and line of calls to handle_error()Philipp Maier1-3/+6
2018-01-09Support control connection status query for a particular MSC.Stefan Sperling3-9/+53
2018-01-08vty: fix OML link state printingMax1-3/+3
2018-01-08RSL: print link state per-TRXMax1-0/+1
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
2018-01-04Reduce T3109 default from 19s to 5sHarald Welte1-1/+1
2018-01-02Remove obsolete ./configure optionMax3-7/+2
2017-12-31Check and handle SMS encoding failureMax1-8/+22
2017-12-29Fix .deb buildsMax1-6/+2
2017-12-28Add optional profiling supportMax1-0/+9
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max6-17/+8
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 Welte8-22/+29
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