aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-30gprs_ns2: Introduce gprs_ns2_lltype_str() for link layer nameHarald Welte2-0/+8
2020-11-30frame_relay: Fix error path on ioctl() failureHarald Welte1-1/+1
2020-11-30frame_relay: Fix null pointer dereference in DLC/PVC deleteHarald Welte1-1/+1
2020-11-28statsd report: Fix wrong fmt specificier generating wrong statsPau Espin Pedrol1-4/+5
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-25frame_relay: Fix some spelling/language issuesHarald Welte1-2/+2
2020-11-24ns2: remove obsolete type GPRS_NS2_LL_E1Alexander Couzens2-5/+0
2020-11-24ns2: move link layer type into NSEAlexander Couzens6-29/+20
2020-11-24ns2: move LL into public apiAlexander Couzens5-37/+29
2020-11-24ns2: permit multiple nsvci in one nse in VTYHarald Welte1-44/+54
2020-11-24ns2: implement link sharing selectorAlexander Couzens2-14/+136
2020-11-24ns2: add support for frame relayAlexander Couzens7-23/+1656
2020-11-20ns2: Add a VTY command to reset NSVC FSMDaniel Willmann1-0/+33
2020-11-20ns2: Add a function to set the NSVC FSM back to unconfiguredDaniel Willmann2-17/+40
2020-11-20ns2: Split 'initiater' into initiate_{reset,block}Daniel Willmann1-21/+28
2020-11-20ns2: check if ns_vc_alloc() fails in bind_connect()Alexander Couzens1-0/+3
2020-11-20bts_features: add missing description for BTS_FEAT_ACCH_REPVadim Yanitskiy1-0/+1
2020-11-17card_fs_usim: Add definitions of DF.ProSe and DF.ACDCHarald Welte1-0/+42
2020-11-17vty/command: add 'hidden only' VTY reference generation modeVadim Yanitskiy1-1/+9
2020-11-13serial: Introduce API osmo_serial_speed_tPau Espin Pedrol1-0/+35
2020-11-13serial: Log error if tcgetattr() or tcsetattr() failPau Espin Pedrol1-4/+9
2020-11-13serial: Fix typo in debug log linePau Espin Pedrol1-1/+1
2020-11-13cosmetic: serial: Fix typo in commentPau Espin Pedrol1-1/+1
2020-11-13bitvec: Fix left shifting out of range on signed variablePau Espin Pedrol1-1/+1
2020-11-12gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier2-0/+247