aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Cosmetic: Fix typo: Siganlling->SignallingKeith1-1/+1
2018-04-05vty: re-add 'timeout-ping' and 'timeout-pong' as dummy commandsNeels Hofmeyr1-0/+21
2018-04-02cosmetic: Add fixme note for OS#3112Philipp Maier1-0/+5
2018-04-02cosmetic: remove dead codePhilipp Maier3-582/+0
2018-03-28ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2()Neels Hofmeyr1-1/+1
2018-03-27change return type of page_subscriber() to voidStefan Sperling1-20/+11
2018-03-26bssap: Log non handled paging requestsPau Espin Pedrol1-0/+2
2018-03-23cosmetic: remove dead code: osmo_bsc_reset.cPhilipp Maier1-190/+0
2018-03-22bssmap: State correct speech codec in ASSIGNMENT COMPLETEHarald Welte1-6/+1
2018-03-22BSSAP: document match_codec_pref() more thoroughlyHarald Welte1-2/+8
2018-03-22BSSAP: Fix test_codec_pref() implementation for AMRHarald Welte1-1/+1
2018-03-22cosmetic: remove old, already commented-out codePhilipp Maier1-2/+0
2018-03-22cosmetic: remove dead code and obsolete fixmesPhilipp Maier1-17/+2
2018-03-19fix an error message in bssmap_handle_paging()Stefan Sperling1-1/+1
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte7-1451/+224
2018-03-14use libosmocore to parse cell identifiers in osmo-bscStefan Sperling1-86/+49
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