aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29ns2: change the 'priority' setting name to 'socket-priority'Harald Welte1-2/+2
2021-04-29ns2: Allow setting the socket priority for a UDP bindHarald Welte1-0/+26
2021-04-27ns2: Fix setting the DSCP value.Harald Welte1-1/+1
2021-04-25ns2: Dump frame relay state to VTY during "show ns"Harald Welte1-0/+2
2021-04-07gprs_ns2_vty: print a response to vty `nsvc <nsvci> (block|unblock|reset)Alexander Couzens1-2/+26
2021-03-24gprs_ns2: add vty command `nsvc <nsvci> reset`Alexander Couzens1-3/+6
2021-03-24gprs_ns2: dump_nsvc: correct indentionAlexander Couzens1-3/+3
2021-03-24gprs_ns2_vty: make the `show ns entities` and `show ns binds` look similiarAlexander Couzens1-0/+5
2021-03-24gprs_ns2_vty: hide dynamic NSE information when ask for persistant onlyAlexander Couzens1-8/+5
2021-03-24gprs_ns2: always use the same method to print NSVCsAlexander Couzens1-4/+4
2021-03-24gprs_ns2_sns: Allow VTY configuration of default binds for IP-SNSHarald Welte1-0/+100
2021-03-24gprs_ns2_vty: Permit VTY configuration of bind->accept_snsHarald Welte1-1/+49
2021-03-24gprs_ns2_vty: Allow creating NSE in sgsn-roleHarald Welte1-3/+9
2021-03-10gprs_ns2: Encapsulate setting NSE dialectHarald Welte1-28/+16
2021-03-05gprs_ns2_vty: Clarify VTY help string wordingHarald Welte1-9/+9
2021-02-19gprs_ns2: ensure no duplicate UDP NSVC can be createdAlexander Couzens1-0/+9
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