aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29vty: Add configuration for Gb DSCP and socket priorityHarald Welte1-0/+31
2021-03-24Fix: left shift cannot be repesented in type intPau Espin Pedrol1-1/+1
2021-02-22Use ALPHA value received in SI13 from PCUIFPau Espin Pedrol1-5/+12
2021-02-17vty: Write 'neighbor resolution' config to filePau Espin Pedrol1-0/+5
2021-02-05vty: register libosmocore's FSM introspection commandsVadim Yanitskiy1-0/+1
2021-01-29NACC: allow setting keep time for entries in neigh and si cachePau Espin Pedrol1-1/+16
2021-01-29Introduce NACC supportPau Espin Pedrol1-0/+18
2021-01-28follow gprs_ns2 API enum changesAlexander Couzens1-3/+3
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol1-23/+49
2021-01-19Get rid of bts singletonsPau Espin Pedrol1-7/+7
2021-01-18Fix configuration mess of initial_cs/mcs between PCUIF and VTYPau Espin Pedrol1-27/+22
2021-01-18Move llc_* fields from BTS to PCUPau Espin Pedrol1-50/+20
2021-01-18Move ws_* fields from BTS to PCUPau Espin Pedrol1-4/+3
2021-01-18Move fc_* fields from BTS to PCUPau Espin Pedrol1-52/+20
2021-01-18Move ns_dialect field from BTS to PCUPau Espin Pedrol1-5/+3
2021-01-18Move (m)cs_lqual_ranges fields from BTS to PCUPau Espin Pedrol1-48/+44
2021-01-18Move cs_downgrade_threshold field from BTS to PCUPau Espin Pedrol1-10/+4
2021-01-18Move cs_adj* fields from BTS to PCUPau Espin Pedrol1-12/+8
2021-01-18Move dl_arq_type field from BTS to PCUPau Espin Pedrol1-7/+4
2021-01-18Move dl_tbf_preemptive_retransmission field from BTS to PCUPau Espin Pedrol1-9/+3
2021-01-18Move alpha,gamma fields from BTS to PCUPau Espin Pedrol1-10/+4
2021-01-18Move force_two_phase field from BTS to PCUPau Espin Pedrol1-9/+3
2021-01-18Move T_defs_pcu from BTS to PCU objectPau Espin Pedrol1-19/+7
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-48/+32
2020-12-16ns2: follow ns2 dialect changesAlexander Couzens1-5/+3
2020-11-04Fix configuration of initial_(m)csPau Espin Pedrol1-9/+9
2020-11-04Enable egprs support through PCUIF from BTS/BSCPau Espin Pedrol1-21/+10
2020-11-04Take into account BTS supported (M)CS values when retrieving the maximumPau Espin Pedrol1-24/+22
2020-10-29bts: define egprs_enabled as boolPau Espin Pedrol1-2/+2
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-260/+320
2020-10-06Use the new NS2 libAlexander Couzens1-2/+6
2020-09-22vty: Add 'show bts pdch' commandPau Espin Pedrol1-0/+9
2020-06-11bts: add send_gsmtap_rach(), also send PTCCH/U over GSMTAPVadim Yanitskiy1-0/+2
2020-02-08VTY: install talloc context introspection commandsVadim Yanitskiy1-0/+1
2020-02-08VTY: get rid of pcu_vty_go_parent() / pcu_vty_is_config_node()Vadim Yanitskiy1-31/+0
2019-12-02Remove dash from name used in VTY cmd promptPau Espin Pedrol1-1/+1
2019-11-30VTY: cosmetic: use osmo_talloc_replace_string()Vadim Yanitskiy1-4/+2
2019-11-30VTY: add warning about changing PCU socket path at run-timeVadim Yanitskiy1-2/+3
2019-11-28Clarify (M)CS related VTY attributesPau Espin Pedrol1-4/+4
2019-10-09VTY: fix command 'show tbf all': properly filter TBFsVadim Yanitskiy1-5/+6
2019-10-01Log AGCH and PCH blocks using GSMTAPPau Espin Pedrol1-0/+4
2019-09-30Log RACH Requests using GSMTAPPau Espin Pedrol1-0/+2
2019-09-26vty: Fix osmo_tdef timers not listed in write configPau Espin Pedrol1-0/+2
2019-09-17Use osmo_tdef to implement dl-tbf-idle-timePau Espin Pedrol1-9/+10
2019-09-17Use osmo_tdef to implement ms-idle-timePau Espin Pedrol1-6/+10
2019-09-12Introduce osmo_tdef infra and timer VTY commandsPau Espin Pedrol1-0/+37
2019-09-11tbf_dl: make preemptive retransmission optionalOliver Smith1-0/+30
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-3/+3
2019-04-08vty: add commands to show TBF of a certain kindMax1-3/+12
2019-02-26Optionally Use the NS Sub-Network-Service (SNS) on GbHarald Welte1-0/+23