aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-19gprs_ns2_vty: add optional argument signalling and data weights to `nsvc udp`Alexander Couzens1-11/+45
2021-02-19gprs_ns2: rework IP-SNS bindsAlexander Couzens1-11/+314
2021-02-12ns2: Fix incompatible VTY configs when writing configDaniel Willmann1-1/+1
2021-02-12gprs_ns2_vty: use strcmp() instead of strncmp()Alexander Couzens1-1/+1
2021-02-12gprs_ns2: add signalling & data weights for UDP bindsAlexander Couzens1-0/+35
2021-02-09gprs_ns2_vty: fix memory leak of vty_bindsAlexander Couzens1-0/+1
2021-02-09gprs_ns2: rename vty-command ip-sns -> ip-sns-remoteAlexander Couzens1-6/+6
2021-02-02ns2: Don't automatically re-start FSM at FORCE_UNCONFIGUREDHarald Welte1-0/+1
2021-02-01ns2: Introduce a per-bind stat_item group with backlog lengthHarald Welte1-0/+4
2021-01-29ns2: Fix assert when removing a bind listenDaniel Willmann1-1/+1
2021-01-28gprs_ns2: correct vty config writeAlexander Couzens1-16/+26
2021-01-28gprs_ns2: introduce gprs_ns2_vty_init_reduced() for the PCUAlexander Couzens1-1/+16
2021-01-28gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens1-591/+1266
2021-01-28Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty"Pau Espin Pedrol1-1266/+591
2021-01-28gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens1-591/+1266
2021-01-28gprs_ns2: refactor: ensure all enums have GPRS_NS2_Alexander Couzens1-12/+12
2021-01-25gprs_ns2: drop prefix of all internal exposed functionAlexander Couzens1-2/+2
2021-01-20ns2: Properly indent VTY outputHarald Welte1-1/+1
2020-12-23gprs_ns2: fix force-unconfigured for IP-SNS NSEAlexander Couzens1-2/+6
2020-12-22gprs_ns2: add new vty2Alexander Couzens1-0/+4
2020-12-16gprs_ns2_vty: udp: fixup dialect changesAlexander Couzens1-2/+6
2020-12-16gors_ns2_vty: Fix saving of new NS2 timersHarald Welte1-0/+2
2020-12-15gprs_ns2: rework gprs_ns2_fr_connect*()Alexander Couzens1-1/+1
2020-12-15gprs_ns2: add member name to bindAlexander Couzens1-2/+2
2020-12-15gprs_ns2: introduce NS dialectsAlexander Couzens1-48/+6
2020-12-04ns2: Fix argv index in logging filter VTY commandsDaniel Willmann1-2/+2
2020-12-03ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receiveDaniel Willmann1-1/+45
2020-12-02gprs_ns2_vty: Re-introduce a 'show ns' commandHarald Welte1-0/+12
2020-12-02ns2: Fix docs for some NS2 vty commandsDaniel Willmann1-5/+6
2020-12-01gprs_ns2_vty: Print all relevant data on each NS-VCHarald Welte1-1/+12
2020-12-01gprs_ns2_vty: Show NSVCI in dump_nsvc()Harald Welte1-3/+3
2020-12-01gprs_ns2_vty: Differentiate 'show ns binds' and 'show ns entities'Harald Welte1-12/+26
2020-12-01gprs_ns2: Print link layer and global ALIVE/DEAD stateHarald Welte1-2/+2
2020-11-25gprs_ns2_vty: Fix VTY documentation errorsHarald Welte1-1/+4
2020-11-25Revert "ns2: permit multiple nsvci in one nse in VTY"Harald Welte1-54/+44
2020-11-24ns2: remove obsolete type GPRS_NS2_LL_E1Alexander Couzens1-2/+0
2020-11-24ns2: move link layer type into NSEAlexander Couzens1-6/+1
2020-11-24ns2: move LL into public apiAlexander Couzens1-16/+16
2020-11-24ns2: permit multiple nsvci in one nse in VTYHarald Welte1-44/+54
2020-11-24ns2: add support for frame relayAlexander Couzens1-20/+117
2020-11-20ns2: Add a VTY command to reset NSVC FSMDaniel Willmann1-0/+33
2020-11-06ns2: Improve NSVC outputDaniel Willmann1-33/+1
2020-10-12gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remoteAlexander Couzens1-1/+1
2020-10-12gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bin...Alexander Couzens1-1/+1
2020-10-09gprs_ns2: make struct osmo_sockaddr pointers constVadim Yanitskiy1-1/+2
2020-10-07gprs_ns2_vty_create: remove bind pointer checkAlexander Couzens1-10/+8
2020-10-06vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-21/+21
2020-10-05ns2: vty: on `show ns` add information of NS bindsAlexander Couzens1-0/+11
2020-10-05ns2: vty: allow the users (pcu/sgsn) to set a default bindAlexander Couzens1-1/+9
2020-10-03ns2: vty: show all nseAlexander Couzens1-1/+0