aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2018-03-07implement support for 3-digit MNC with leading zerosNeels Hofmeyr6-95/+71
2018-02-27paging: fix paging attemt rate counterPhilipp Maier1-0/+2
2018-02-27paging: page all bts when no cell is associatedPhilipp Maier1-2/+2
2018-02-19HO: Implement load based handover, as handover_decision_2.cNeels Hofmeyr1-0/+2
2018-02-19bssmap_handle_assignm_req(): Don't print log statemens in malloc failure caseHarald Welte1-4/+1
2018-02-19bssmap_handle_assignm_req(): Use more conscise error/log message textsHarald Welte1-3/+3
2018-02-19bssmap_handle_assignm_req(): Use proper cause valuesHarald Welte1-11/+15
2018-02-19Permit set of multiple different A5 ciphersHarald Welte1-10/+22
2018-02-19logging: Remove obsolete log categoriesHarald Welte1-72/+0
2018-02-19SIGTRAN: correct wrong log categoryPhilipp Maier1-2/+2
2018-02-19vty: Permit codec-list containing both full-rate and half-rate codecsHarald Welte1-14/+2
2018-02-19Structural reform: Get rid of osmo_bsc_sccp_conHarald Welte7-198/+153
2018-02-16HO: store speech codec list from BSSMAP Assignment in connNeels Hofmeyr1-3/+5
2018-02-14drop libcommon-cs completelyNeels Hofmeyr2-1/+1
2018-02-14libcommon_cs: move gsm48 bits to libbscNeels Hofmeyr1-0/+1
2018-02-14drop libcommon completely, move remaining files to libbscNeels Hofmeyr1-1/+0
2018-02-14libcommon: eliminate talloc_ctx.cNeels Hofmeyr1-0/+12
2018-02-14libcommon: eliminate debug.cNeels Hofmeyr1-0/+186
2018-02-14libcommon: eliminate common_vty.cNeels Hofmeyr1-1/+84
2018-02-14libcommon: eliminate bsc_version.cNeels Hofmeyr1-2/+7
2018-02-14osmo-bsc: Add talloc context introspection via VTYHarald Welte1-0/+1
2018-01-28bssmap_handle_assignm_req(): Decode channel type as first stepHarald Welte1-17/+16
2018-01-28cosmetic: Remove data/len variables in bssmap_handle_assignm_req()Harald Welte1-11/+6
2018-01-26Improve an error message in page_lai_and_lac()Stefan Sperling1-1/+1
2018-01-24cosmetic: log prim operation as textMax1-1/+2
2018-01-19HO: enable handover by initializing at startup; rename init functionNeels Hofmeyr1-0/+3
2018-01-19HO: fix recovery from failed handoverNeels Hofmeyr2-14/+61
2018-01-19osmo_bsc_mgcp: cosmetic: introduce mgcp_init(), soak up fsm initNeels Hofmeyr2-7/+8
2018-01-17Split paging cases in bssmap_handle_paging() off into helper functions.Stefan Sperling1-129/+185
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 Sperling2-68/+40
2018-01-15Implement support for paging based on CI (cell identifier).Stefan Sperling2-30/+77
2018-01-11Implement support for CELL_IDENT_NO_CELL.Stefan Sperling1-0/+4
2018-01-11Implement support for paging by LAI.Stefan Sperling1-32/+92
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 Sperling1-5/+26
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-23cosmetic: Hide all accesses to conn->bts behind conn_get_bts()Harald Welte5-19/+22
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-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 Welte6-18/+6
2017-12-19Remove dead code left over from NITB splitHarald Welte3-4/+1
2017-12-14fix bssmap_handle_cipher_mode()'s encryption decisionNeels Hofmeyr1-6/+29