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