aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP: Tracingdaniel/tracingDaniel Willmann2021-02-107-52/+160
* gprs_ns2_vty: fix memory leak of vty_bindsAlexander Couzens2021-02-091-0/+1
* gprs_ns2: rename vty-command ip-sns -> ip-sns-remoteAlexander Couzens2021-02-092-7/+7
* gprs_ns2_sns: reset the N of timeout when entering a new stateAlexander Couzens2021-02-091-0/+17
* gprs_ns2_sns: add timeout to ST_CONFIG_SGSNAlexander Couzens2021-02-091-3/+13
* gprs_ns2_sns: rework tracking of NS-VC unblocked/alive stateAlexander Couzens2021-02-093-14/+90
* ns2: Don't try to add packets to the backlog on real errorsHarald Welte2021-02-081-1/+5
* ns2: improve backlog handling on interface up/downHarald Welte2021-02-081-9/+35
* ns2: Don't queue Q.933 LMI messages; only store most recent onesHarald Welte2021-02-081-3/+18
* ns2: Name NSVC FSM events consistentlyHarald Welte2021-02-081-12/+12
* Fix struct bitfields on big endian systemsPau Espin Pedrol2021-02-083-0/+88
* tlv: clarify documentation for msgb_tv{16,32}_put()Vadim Yanitskiy2021-02-061-2/+2
* tlv: add msgb_tv32_put(), similar to msgb_tv16_put()Vadim Yanitskiy2021-02-061-0/+10
* bssgp_bvc_fsm: check return value of osmo_fsm_register()Vadim Yanitskiy2021-02-051-1/+1
* gsm0808: use msgb_tv16_put() and osmo_store32be()Vadim Yanitskiy2021-02-051-18/+5
* frame_relay; Fix Q.933 async STATUS at DLC creationHarald Welte2021-02-051-1/+1
* gb: frame_relay: Detect link outage on "last receive seq nr == 0"Harald Welte2021-02-041-1/+11
* gb: frame_relay: Factor-out function to set link as deadHarald Welte2021-02-041-8/+15
* gsm48: add compare function for struct gprs_ra_idPhilipp Maier2021-02-043-0/+21
* Enable systemd-journald log target in debian + rpm packagingHarald Welte2021-02-033-2/+4
* initial support for static userspace probes via systemtapHarald Welte2021-02-037-1/+103
* gprs_ns2_frgre: check iph/ip6h before passing them to rx functionsAlexander Couzens2021-02-031-2/+8
* gprs_ns2_frgre: set a correct gre pointer for ipv6Alexander Couzens2021-02-031-1/+5
* frame_relay: fix NULL pointer derefAlexander Couzens2021-02-031-0/+1
* gprs_ns2_fr: free_bind(): first do the NULL check before using membersAlexander Couzens2021-02-031-1/+1
* gprs_ns2: unify the handling of **result when bind already present.Alexander Couzens2021-02-033-9/+15
* gprs_ns2_vc_fsm: rename ST_ALIVE -> ST_RECOVERINGAlexander Couzens2021-02-031-17/+17
* gprs_ns2_vc_fsm: reset ALIVE N counter when restarting the test procedure.Alexander Couzens2021-02-031-0/+1
* gprs_ns2: prevent division by zero in load_sharingAlexander Couzens2021-02-021-1/+8
* osmo-ns-dummy: Add "mirror-mode" to mirror back any received packetsHarald Welte2021-02-022-10/+44
* ns2: Don't start sending NS-RESET until FR DLC is availableHarald Welte2021-02-021-2/+12
* ns2: Stop test procedure when going into unconfigured stateHarald Welte2021-02-021-0/+7
* ns2: Don't automatically re-start FSM at FORCE_UNCONFIGUREDHarald Welte2021-02-022-1/+1
* frame_relay: cosmetic: Unify log syntax when discarding Rx packetsHarald Welte2021-02-021-2/+2
* frame_relay: Discard received messages for DLC not yet activeHarald Welte2021-02-021-7/+10
* frame_relay: Add status call-backs for link + DLC status changesHarald Welte2021-02-023-16/+40
* gsm_7bit_encode_n(): fix integer overflow in gsm_septets2octets()Vadim Yanitskiy2021-02-015-15/+20
* gsm_7bit_encode_n(): test encoding of more than 250 septetsVadim Yanitskiy2021-02-012-0/+70
* frame_relay: Send "Fuil Status" ENQUIRY after link recoversHarald Welte2021-02-011-1/+5
* sim: fix gcc 4.9.2 + -std=gnu11 errorOliver Smith2021-02-011-1/+1
* ns2: cosmetic: fix indent levelsHarald Welte2021-02-011-4/+4
* ns2: Print NS-STATUS.ind primitives to the logHarald Welte2021-02-011-3/+10
* ns2: Fix typos in commentsHarald Welte2021-02-011-5/+5
* ns2: Introduce a per-bind stat_item group with backlog lengthHarald Welte2021-02-014-1/+37
* ns2: Rename nsi->rate_ctr_idx to nsi->nsvc_rate_ctr_idxHarald Welte2021-02-012-4/+4
* ns2: Memory allocation failures are ENOMEM, not ENOSPCHarald Welte2021-02-014-5/+5
* ns2: Move to one common/shared ns2_bind_alloc()Harald Welte2021-02-016-83/+66
* ns2: Add a rate_ctr for each NS-UNBLOCKHarald Welte2021-01-313-0/+5
* ns2: Implement more rate countersHarald Welte2021-01-311-1/+5
* ns2: count number of dropped packets / bytes on transmitHarald Welte2021-01-313-3/+17