aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-02-06bsc_vty: use gsmnet_from_vty() everywhere, not vty->indexVadim Yanitskiy1-5/+5
2023-02-06fix bsc_vty_go_parent(): add missing case for MGW_NODEVadim Yanitskiy1-0/+5
2023-02-06timeslot_fsm: remove duplicate TS_ST_BORKEN from out_state_maskPhilipp Maier1-1/+0
2023-02-02pcu_sock: rework log outputPhilipp Maier1-2/+2
2023-02-02pcu_sock: remove unecessary OSMO_ASSERT()sPhilipp Maier1-4/+0
2023-02-02pcu_sock: Also fill in BSIC in gsm_pcu_if_info_indPhilipp Maier1-0/+1
2023-02-02pcu_sock: fix endianess when populating gsm_pcu_if_info_indPhilipp Maier1-2/+2
2023-02-01bsc_ctrl_commands: Add GET for bts neighbor-list (local bts numbers)arehbein1-0/+40
2023-01-31timeslot_fsm: Warn in case Ercisson RBS uses static PDCHPhilipp Maier1-0/+17
2023-01-31pcu_sock: rework check logic for tsPhilipp Maier1-2/+17
2023-01-31abis_om2000: send TS_EV_OML_READY when TRX is fully donePhilipp Maier1-4/+5
2023-01-31pcu_sock: clean up logging in info_ind_fill_trxPhilipp Maier1-3/+3
2023-01-30pcu_sock: fix sourcecode formattingPhilipp Maier1-1/+1
2023-01-30pcu_sock: check trx mo statePhilipp Maier1-0/+9
2023-01-26osmo-bsc: Fix 'apply-config-file' CTRL commandarehbein1-0/+9
2023-01-23SI: set type 10 length properlyMax1-0/+3
2023-01-23SI: use defined constant instead of magic numberMax1-1/+1
2023-01-23osmo-bsc: Log error regarding BTS number explicitlyarehbein1-2/+2
2023-01-23vty: Add check against sensible default value for Ny1arehbein2-0/+21
2023-01-23vty: Add support for Ny1 configurationarehbein2-3/+5
2023-01-12pcu_sock: move code that fills in trx info to helper functionPhilipp Maier1-26/+35
2023-01-12pcu_sock: guard against too many TRXPhilipp Maier1-0/+6
2023-01-12abis_rsl: fix sourcecode formattingPhilipp Maier1-1/+1
2023-01-12abis_rsl: fix frame number calculationPhilipp Maier1-7/+7
2023-01-10pcu_sock: drop unused variable pcu_directPhilipp Maier1-4/+1
2023-01-10pcu_sock: drop unused function prototypePhilipp Maier1-1/+0
2023-01-10abis_rsl: when doing packet access, log t1,t3,t2 and fnPhilipp Maier1-0/+2
2023-01-10abis_rsl: show full request reference in logPhilipp Maier1-2/+4
2023-01-06abis_rsl: add spec ref for frame number calculationPhilipp Maier1-1/+3
2023-01-03bsc_compl_l3(): Update documentation regarding no bsc_subscr in connPau Espin Pedrol1-5/+6
2023-01-03bsc_subscriber: Allow creating subscribers identified by IMEIPau Espin Pedrol1-0/+47
2023-01-03bts: ipa/osmo-bts/sysmobts: MO: add support for the second NSVCAlexander Couzens4-17/+30
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 configMax2-8/+3
2022-12-19fix Speech Codec cfg in BSSMAP Assignment CompleteNeels Hofmeyr1-1/+1
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 Pedrol1-20/+11
2022-11-30paging: Replace reqs waiting for retransmission with new incoming inital req ...Pau Espin Pedrol2-9/+17
2022-11-30paging: Split paging queue into 2 queues: initial and retransPau Espin Pedrol2-96/+183
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 Pedrol2-9/+15
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: constify bsub func paramPau Espin Pedrol1-1/+1
2022-11-24paging: constify bts param in some functionsPau Espin Pedrol1-4/+12
2022-11-23paging: Introduce BTS stat paging:available_slotsPau Espin Pedrol2-5/+19
2022-11-23paging: Introduce BTS stat paging:request_queue_lengthPau Espin Pedrol2-0/+7
2022-11-23paging: Rename stat t3113 -> paging:t3113Pau Espin Pedrol2-4/+4