aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_vty.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-01ns2: parse the return code of gprs_ns2_ip_bindAlexander Couzens1-2/+1
2020-09-25gprs_ns2: Make reason constDaniel Willmann1-2/+2
2020-09-25ns2: vty: fix behavior of vtyvc_by_nsei when vtyvc isn't foundAlexander Couzens1-7/+8
2020-09-24ns2: vty: add missing docs for IPv6 addressAlexander Couzens1-3/+6
2020-09-15Gb: add a second NS implementationAlexander Couzens1-0/+833