aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-30gsm_bts_send_c0_power_red(): check if BTS is online first2023q1Vadim Yanitskiy3-8/+18
2023-04-30bts: st_op_enabled_on_enter(): resume C0 power reductionVadim Yanitskiy4-10/+23
2023-04-30struct gsm_bts_model: rename power_ctrl_{set->send}_c0_power_redVadim Yanitskiy3-6/+5
2023-04-30bts_is_online(): make the BTS pointer const, return boolVadim Yanitskiy1-3/+3
2023-04-20SCCP N-PCSTATE: trigger MSC status on PC availabilityNeels Hofmeyr3-1/+111
2023-04-07si2quater: add CTRL commands for deleting neighbor [EU]ARFCNsVadim Yanitskiy1-0/+73
2023-04-07si2quater: bts_earfcn_add(): do not add duplicate EARFCNsVadim Yanitskiy3-68/+72
2023-04-07si2quater: bts_uarfcn_add(): modify existsing UARFCNsVadim Yanitskiy3-9/+15
2023-04-07si2quater: bts_uarfcn_add(): check if already added firstVadim Yanitskiy1-3/+3
2023-04-07tests: demonstrate the problems of 'si2quater neighbor-list'Vadim Yanitskiy1-0/+39
2023-04-07tests: add VTY transcript tests for 'si2quater neighbor-list'Vadim Yanitskiy1-0/+128
2023-02-10bsc_ctrl_commands: Add GET for bts neighbor-list (local bts numbers)arehbein3-0/+115
2023-02-07fix bsc_vty_go_parent(): add missing case for MGW_NODEVadim Yanitskiy1-0/+5
2023-01-03bts: ipa/osmo-bts/sysmobts: MO: add support for the second NSVCAlexander Couzens6-19/+33
2023-01-02bsc: Fix crash if PagingResponse with invalid MobileIdentity is receivedPau Espin Pedrol1-1/+2
2022-12-23osmo-bsc: Transition to use of 'telnet_init_default'arehbein1-2/+1
2022-12-20ctrl: take both address and port from vty configMax3-10/+4
2022-12-19fix Speech Codec cfg in BSSMAP Assignment CompleteNeels Hofmeyr1-1/+1
2022-12-14pcuif_proto: use define constant to specify nax number of trxPhilipp Maier1-1/+2
2022-11-30vty: Write amount of timeouts elapsed for a paging requestPau Espin Pedrol1-1/+1
2022-11-30paging: Optimize retrieving number of request per paging groupPau Espin Pedrol2-20/+17
2022-11-30paging: Replace reqs waiting for retransmission with new incoming inital req ...Pau Espin Pedrol3-11/+19
2022-11-30paging: Split paging queue into 2 queues: initial and retransPau Espin Pedrol5-231/+494
2022-11-28paging: Fix wrong count of reqs_before if queue only contains retransmissionsPau Espin Pedrol1-13/+4
2022-11-28paging: Introduce VTY configurable X3113 (Maximum Paging Request Transmit Del...Pau Espin Pedrol4-9/+25
2022-11-28vty: Fix lost 'no timer-dynamic T3113' config when writing current configPau Espin Pedrol1-1/+3
2022-11-24paging: paging: Drop unneeded extra param in paging_remove_request()Pau Espin Pedrol1-15/+18
2022-11-24paging: Fix regression stopping active requests on unanswered BTSPau Espin Pedrol1-2/+2
2022-11-24subscriber: Add comment documenting struct type hold in listPau Espin Pedrol1-0/+1
2022-11-24subscriber: constify bsub func paramPau Espin Pedrol2-2/+2
2022-11-24paging: constify bts param in some functionsPau Espin Pedrol2-6/+14
2022-11-23paging: Introduce BTS stat paging:available_slotsPau Espin Pedrol3-5/+20
2022-11-23paging: Introduce BTS stat paging:request_queue_lengthPau Espin Pedrol3-0/+8
2022-11-23paging: Rename stat t3113 -> paging:t3113Pau Espin Pedrol3-5/+5
2022-11-23Cosmetic: fix spaces around timersOliver Smith5-54/+54
2022-11-23lchan_fsm: fix lchan_fsm_on_error sizeOliver Smith1-1/+1
2022-11-23Cosmetic: lchan_fsm: drop obsolete commentOliver Smith1-10/+0
2022-11-22paging: Use bsub->active_paging_requests to optimize cancelling based on reasonPau Espin Pedrol1-10/+18
2022-11-22lcs: Fix passing NULL bsc_subscr to paging_request_cancel()Pau Espin Pedrol2-1/+3
2022-11-22paging: Use bsub->active_paging_requests to allow early loop termination addi...Pau Espin Pedrol1-17/+28
2022-11-22paging: Store list of gsm_paging_request in bsc_subscrPau Espin Pedrol4-59/+82
2022-11-22paging: Get rid of unneeded count returnedPau Espin Pedrol2-18/+10
2022-11-22paging: Avoid repeated paging req lookup on BTS receiving paging respPau Espin Pedrol1-0/+4
2022-11-15nm_rcarrier_fsm: fix indention of ENABLED stateAlexander Couzens1-9/+9
2022-11-15Add BTS setup ramping to prevent BSC overloadingAlexander Couzens23-30/+619
2022-11-11update very outdated vty copyright statementHarald Welte1-1/+3
2022-11-10Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte24-40/+41
2022-11-09bts_vty: fix wrong description used for C/I threshold valuesVadim Yanitskiy1-2/+2
2022-10-30gsm_data.h: replace white spaces with tabsAlexander Couzens1-4/+4
2022-10-30bts_ipaccess_nanobts: remove unused assignmentAlexander Couzens1-1/+0