aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn/ggsn_vty.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-24lib/in46_addr: add in46a_from_gsnaOliver Smith1-4/+1
2023-01-17Fix typos in comments and VTY descriptionsPau Espin Pedrol1-5/+5
2022-11-02ggsn: Introduce tdef and make it configurable over VTYPau Espin Pedrol1-0/+4
2022-02-25vty: Fix cmd 'no echo-interval' doing nothingPau Espin Pedrol1-2/+1
2021-03-27vty: Inform user that static IP addresses are not supportedHarald Welte1-4/+8
2021-02-05apn_start: avoid segfault if missing tun-deviceOliver Smith1-0/+4
2020-10-12GTP: Replace recently introduced imsi_str2gtp()Keith1-1/+1
2020-10-12Prevent Crash in show pdp-context from vtyKeith1-1/+1
2020-10-12Fix vty PDP lookups by IMSIKeith1-1/+6
2019-08-28ggsn: Implement echo req/resp and recoveryPau Espin Pedrol1-0/+84
2019-08-28ggsn_vty.c: Improve output of VTY show pdp-contextPau Espin Pedrol1-0/+14
2019-08-28ggsn_vty.c: Avoid printing duplicates for pdp context with v4v6 EUAsPau Espin Pedrol1-10/+24
2019-08-28Move pdp_get_peer_ipv() to lib/util.*Pau Espin Pedrol1-0/+2
2019-08-28ggsn_vty.c: Fix wrong use of in46a_from_eua, print IPv6 euasPau Espin Pedrol1-3/+7
2019-06-04ggsn: vty: Require ggsn param in <show pdp-context> cmdPau Espin Pedrol1-6/+16
2019-06-04ggsn: Fix undefined behaviour shifting beyond sign bitPau Espin Pedrol1-2/+2
2019-05-29ggsn: Drop unused param force in apn_stop()Pau Espin Pedrol1-1/+1
2019-05-19osmo-ggsn: properly show subscriber's MSISDN in the VTYVadim Yanitskiy1-1/+7
2019-05-14osmo-ggsn: print requested / actual APN in PDP infoVadim Yanitskiy1-0/+8
2019-05-13osmo-ggsn: add VTY command to show PDP context by IPv4Vadim Yanitskiy1-0/+42
2019-05-13osmo-ggsn: fix VTY command for getting PDP contexts by APNVadim Yanitskiy1-11/+37
2018-05-09ggsn_vty.c: fix: use CONFIG_NODE as parent by defaultVadim Yanitskiy1-0/+4
2017-12-15ggsn_vty.c: Print ipv6 link-local cmd when writing config to filePau Espin Pedrol1-0/+2
2017-12-14ggsn: Add 'ipv6 link-local' vty cmdPau Espin Pedrol1-0/+20
2017-11-16ggsn_vty: Stop using deprecated API vty_install_defaultPau Espin Pedrol1-2/+1
2017-09-24ggsn: Add per-APN VTY configuration option on G-PDU sequence numbersHarald Welte1-0/+26
2017-09-24ggsn: Fix double whitespace in writing "ifconfig" linesHarald Welte1-2/+2
2017-09-24ggsn: Fix config file writing of IPv6 DNS settingsHarald Welte1-1/+1
2017-09-06ggsn: Add ability to specify local IP addresses for GTP-C and GTP-UHarald Welte1-4/+38
2017-09-06Rename OpenGGSN to OsmoGGSNHarald Welte1-1/+1
2017-09-06Introduce a VTY, factually turning OpenGGSN into an Osmocom programHarald Welte1-0/+890