aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-05gitignore: Ignore *~Pau Espin Pedrol1-0/+1
2021-01-05bssgp: Add SUSPEND_NACK to osmo_pdef_bssgpDaniel Willmann1-0/+2
2021-01-05gprs_bssgp: fix uninitialized struct fields in bssgp_create_rim_ri()Vadim Yanitskiy1-3/+6
2021-01-05gprs_ns2_fr: fix resource leaks due to early return in set_ifupdown()Vadim Yanitskiy1-2/+6
2021-01-05gprs_ns2_sns: always check rc of osmo_sockaddr_str_from_sockaddr()Vadim Yanitskiy1-1/+3
2021-01-05gprs_ns2: set transfer cap in NS Status primitiveAlexander Couzens10-2/+276
2021-01-04gprs_bssgp: add handling for BSSGP RIM primitivesPhilipp Maier3-0/+46
2021-01-04gsmtap_util: SNR can be negative, use a signed integerVadim Yanitskiy2-8/+8
2021-01-03gsm_08_58: add flexible array member to 'struct ipac_preproc_ave_cfg'Vadim Yanitskiy2-0/+3
2021-01-03cbsp: Fix parsing DCS in decode of WRITE-REPLACEHarald Welte1-0/+1
2021-01-03cbsp: Fix osmo_cbsp_recv_buffered() for KEEP-ALIVE-COMPLETEHarald Welte1-6/+1
2021-01-03cbsp: Fix encoding of "ETWS Warning Security Info" IEHarald Welte1-2/+5
2021-01-01gprs_ns2: call python vty testsAlexander Couzens3-1/+30
2021-01-01utils: add osmo-ns-dummyAlexander Couzens4-3/+334
2021-01-01gprs_ns2: use zero initialized memory for vty_bindsAlexander Couzens1-1/+1
2020-12-29gprs_ns2: fr: check the device state before changing stateAlexander Couzens1-0/+7
2020-12-28Declare osmo_ctx_init() in talloc.hDaniel Willmann1-0/+2
2020-12-27gprs_ns2_fr: setup_device: allow to setup a new dahdi deviceAlexander Couzens1-4/+6
2020-12-26gprs_ns2: rework frame relay load distribution functionAlexander Couzens2-23/+18
2020-12-23rest_octets: Fix decoding of SI3 3G Early Classmark Sending RestrictionPau Espin Pedrol1-2/+2
2020-12-23Revert "rest_octets: fix encoding of 3G Early Classmark Sending Restriction"Pau Espin Pedrol1-2/+2
2020-12-23frame_relay: link_alloc: move log message to the endAlexander Couzens1-3/+2
2020-12-23frame_relay: prevent null pointer exception when talloc failsAlexander Couzens1-0/+2
2020-12-23gprs_ns2: fix force-unconfigured for IP-SNS NSEAlexander Couzens2-4/+12
2020-12-23gprs_ns2: don't start unconfigured fsm via FORCE_UNCONFIGUREDAlexander Couzens1-4/+6
2020-12-23gprs_ns2: sns: add log message when size/config retries exhaustedAlexander Couzens1-4/+8
2020-12-23gprs_ns2: sns: don't send duplicated packets on retriesAlexander Couzens1-4/+4
2020-12-23gprs_ns2: sns: correct log message when no nsvcs availableAlexander Couzens1-3/+6
2020-12-22gprs_ns2: add new vty2Alexander Couzens8-1/+1675
2020-12-21lapd_core: Don't dereference data link after sending PRIM_DL_RELHarald Welte1-5/+4
2020-12-21vty: Fix left shifting out of range on signed variableHarald Welte1-1/+1
2020-12-21fsm: Add osmo_fsm_inst_broadcast_children()Harald Welte2-0/+31
2020-12-21gprs_ns2_fr: Use OSMO_STRLCPY_ARRAY() where possibleHarald Welte1-2/+2
2020-12-21gprs_ns2_fr: Avoid stringop-truncation warningHarald Welte1-1/+1
2020-12-20gprs_ns2: fr: setup the device to correct FR/LMI settingsAlexander Couzens1-4/+110
2020-12-20gprs_ns2: fr: implement a write queueAlexander Couzens1-29/+19
2020-12-20gprs_ns2: don't pass the return code of reject_status_msgAlexander Couzens1-10/+5
2020-12-20gprs_ns2: improve handling of TLV errors on new nsvcsAlexander Couzens1-8/+20
2020-12-19gsm_08_58: fix wrong field order in 'struct ipac_preproc_pc_thresh'Vadim Yanitskiy1-2/+2
2020-12-18fix strncpy bug in gprs_ns2_fr_bind()Neels Hofmeyr1-1/+1
2020-12-18gprs_ns2_fr.c: compiler error: replace strncpy() with OSMO_STRLCPY_ARRAY()Neels Hofmeyr1-2/+1
2020-12-18gprs_ns2: fr: fix crash when frame relay interface doesn't existsAlexander Couzens1-2/+2
2020-12-17logging: revert color of LGLOBAL category back to whiteVadim Yanitskiy1-1/+0
2020-12-17GPRS Cell Options (SI13): Add REL-4 CCN_ACTIVE bitPau Espin Pedrol3-1/+9
2020-12-16gprs_bssgp: add IE parser/generator for RIM Routing InformationPhilipp Maier8-1/+324
2020-12-16gprs_ns2_vty: udp: fixup dialect changesAlexander Couzens1-2/+6
2020-12-16gors_ns2_vty: Fix saving of new NS2 timersHarald Welte1-0/+2
2020-12-16Fix VTY syntax for newly-introduced NS2 timersHarald Welte1-1/+1
2020-12-15gprs_ns2: on ns2_create_vc parse the tlv before using itAlexander Couzens1-9/+9
2020-12-15gprs_ns2: add gprs_ns2_fr_bind_role() to retrieve the fr roleAlexander Couzens2-0/+16