aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-10gprs_ns2: vty2: config_writelynxis/ns2_vtyAlexander Couzens1-1/+145
2020-12-10gprs_ns2_vty: fixup: change dlci / nsvci orderAlexander Couzens1-3/+3
2020-12-10gprs_ns2: add gprs_ns2_sns_write_vty()Alexander Couzens2-0/+23
2020-12-10gprs_ns2: add gprs_ns2_fr_bind_role() to retrieve the fr roleAlexander Couzens1-0/+15
2020-12-10gprs_ns2: make nsvc argument constAlexander Couzens1-1/+1
2020-12-10fixup vty snsAlexander Couzens1-11/+11
2020-12-10WIP: gprs_ns2: add new vty2Alexander Couzens5-1/+1456
2020-12-10gprs_ns2_sns: introduce SNS Size/Config retriesAlexander Couzens3-5/+19
2020-12-10gprs_ns2_sns: use different binds for the initial connectionAlexander Couzens1-5/+19
2020-12-10gprs_ns2_sns: rework IP-SNS initial remoteAlexander Couzens5-187/+355
2020-12-10gprs_ns2: add gprs_ns2_free_nsvcs() to free all NS-VC of a NSEAlexander Couzens2-6/+17
2020-12-10gprs_ns2: rework gprs_ns2_fr_connect*()Alexander Couzens2-1/+40
2020-12-10gprs_ns2: add member name to bindAlexander Couzens7-4/+68
2020-12-10gprs_ns2: move allocation of the SNS fsm into create_nseAlexander Couzens1-6/+13
2020-12-10gprs_ns2: introduce NS dialectsAlexander Couzens7-81/+65
2020-12-09gprs_ns2_sns: correct dynamic calculationAlexander Couzens1-2/+2
2020-12-08bssgp: Add osmo_tlv_prot_def for BSSGPHarald Welte2-0/+303
2020-12-08tlv: Introduce enum with error codes for TLV parser functionsHarald Welte1-17/+19
2020-12-08Introduce 'osmo_tlv_prot' abstraction for validation of TLV protocolsHarald Welte2-1/+109
2020-12-08ns2: Accept NS-UNBLOCK-ACK in UNBLOCKED stateHarald Welte1-1/+1
2020-12-07gprs_bssgp_util: complete bssgp_pdu_stringsPhilipp Maier1-0/+16
2020-12-07gprs_ns2_sns: fix whitespaces and superflous commentAlexander Couzens1-5/+4
2020-12-07gprs_ns2_sns: add missing S() to allow GPRS_SNS_EV_NO_NSVC happenAlexander Couzens1-1/+1
2020-12-07gprs_ns2_sns: dynamic calculate the maximum NS-VCsAlexander Couzens1-2/+3
2020-12-07gprs_ns2_sns: add missing transistion UNCONFIGURED -> SIZEAlexander Couzens1-1/+2
2020-12-07gb: Import mnl.h iif --enable-libmnlPau Espin Pedrol1-1/+4
2020-12-04bssgp: Update bssgp_pdu_strings with Release 15Harald Welte1-0/+19
2020-12-04gprs_ns2: Use TLVP_PRES_LEN instead of TLVP_PRESENTHarald Welte2-13/+14
2020-12-04bssgp: Use TLVP_PRES_LEN instead of TLVP_PRESENTHarald Welte2-33/+32
2020-12-04ns2: Fix argv index in logging filter VTY commandsDaniel Willmann1-2/+2
2020-12-04gprs_ns2_fr: remove include <linux/if.h>Harald Welte1-1/+0
2020-12-04mnl: Use mnl_socket_open() insatead of mnl_socket_open2()Harald Welte1-1/+1
2020-12-04libosmogb: Add missing LIBMNL_CFLAGSHarald Welte1-1/+4
2020-12-03ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receiveDaniel Willmann4-2/+72
2020-12-03gprs_ns2: use switch() case instead of multiple if in ns2_create_vc()Alexander Couzens1-19/+14
2020-12-03gprs_ns2: fix typo in commentAlexander Couzens1-1/+1
2020-12-02gprs_ns2_vty: Re-introduce a 'show ns' commandHarald Welte1-0/+12
2020-12-02gprs_ns2_fr: Monitor the kernel net-device link stateHarald Welte1-2/+125
2020-12-02Integrate libmnl (minimal netlink) library with libosmocore select loopHarald Welte3-1/+126
2020-12-02gprs_ns2_fr: remove include <linux/if.h>Alexander Couzens1-1/+0
2020-12-02ns2: Fix docs for some NS2 vty commandsDaniel Willmann1-5/+6
2020-12-01gprs_ns2_udp.c: Fix typo - it's a DSCP and not a DCSPHarald Welte1-1/+1
2020-12-01gprs_ns2_vty: Print all relevant data on each NS-VCHarald Welte1-1/+12
2020-12-01gprs_ns_vty: Unify display of NSVCI on VTY in 'show ns entities'Harald Welte2-2/+2
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-12-01gprs_ns2: Don't return an empty string in case of unknown LLHarald Welte1-1/+1
2020-12-01gprs-ns2: Fix stringification of NS/FR NSVCIHarald Welte1-5/+0
2020-12-01gprs_ns2_fr: Print Frame Relay 'role' in VTYHarald Welte1-1/+4