aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-11paging: Stop all paging if MSC sends us BSSMAP RESETHarald Welte1-0/+3
2017-12-11paging: Remove obsolete paging call-back supportHarald Welte2-4/+4
2017-12-10mgcp: cosmetic fixupsPhilipp Maier1-105/+39
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-01mgcp: do not fail silently on snprintf()Philipp Maier1-2/+1
2017-12-01mgcp: add missing switch casePhilipp Maier1-0/+8
2017-12-01mgcp: use mgw assigned connection identifiersPhilipp Maier1-11/+14
2017-12-01mgcp: use hexadecimal digits in endpoint namesPhilipp Maier1-1/+1
2017-11-30sccp-lite: remove obsolete VTY commandsPhilipp Maier1-43/+0
2017-11-30bssap: remove libosmo-legacy-mgcp dependancyPhilipp Maier1-4/+15