aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-02-07Bump version: 1.9.0.150-64930-dirty → 1.10.01.10.0Pau Espin Pedrol5-26/+195
2023-02-07pcuif_proto: move gsm_pcu_if_e1_ccu_ind into right placePhilipp Maier1-11/+11
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-04HO: use defined constant instead of magic numberMax1-1/+1
2023-02-02doc: add mscpool-attach.dotNeels Hofmeyr2-0/+31
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)arehbein3-0/+115
2023-01-31pcuif_proto: add indication to communicate E1 parametersPhilipp Maier1-0/+13
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 Ny1arehbein3-0/+23
2023-01-23vty: Add support for Ny1 configurationarehbein6-15/+50
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 Pedrol2-0/+55
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