aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb
AgeCommit message (Expand)AuthorFilesLines
2021-01-18gprs_ns2_vc_fsm: fix spaces and remove wrong commentAlexander Couzens1-3/+2
2021-01-18gprs_ns2: flag then NSE as dead in nse_free()Alexander Couzens1-0/+1
2021-01-18gprs_ns2_sns: clear local and remote entries when SNS failedAlexander Couzens1-0/+16
2021-01-18gprs_ns2: when calling nsvc_force_unconf for a dynamic NSE drop the NSE.Alexander Couzens1-1/+3
2021-01-17gprs_ns2_vc: answer UNBLOCK on unblocked nsvcAlexander Couzens1-1/+5
2021-01-17gprs_ns2: check if persistent nsei or nsvc exists when creating dynamic NSEAlexander Couzens1-4/+34
2021-01-17ns2: Fix memory leak in IP-SNSDaniel Willmann1-2/+2
2021-01-17Refactor ns2_nsvc_create_ip*Daniel Willmann1-30/+19
2021-01-16ns2: Add sanity checkDaniel Willmann1-0/+3
2021-01-14NS2: Fix bind selection of SNS NSVCsDaniel Willmann1-0/+8
2021-01-11gprs_bssgp: abuse gsm48_encode_ra() to encode TACVadim Yanitskiy1-1/+2
2021-01-07bssgp_bvc_fsm: Handle block request from application correctlyDaniel Willmann1-1/+4
2021-01-07ns2_frgre: Fix missing break statement for recv from IPV6Daniel Willmann1-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 Couzens6-1/+84
2021-01-04gprs_bssgp: add handling for BSSGP RIM primitivesPhilipp Maier1-0/+42
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-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-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 Couzens6-1/+1669
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-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-16gprs_bssgp: add IE parser/generator for RIM Routing InformationPhilipp Maier2-0/+89
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 Couzens1-0/+15
2020-12-15gprs_ns2: make nsvc argument constAlexander Couzens1-1/+1
2020-12-15gprs_ns2_sns: introduce SNS Size/Config retriesAlexander Couzens3-5/+19
2020-12-15gprs_ns2_sns: use different binds for the initial connectionAlexander Couzens1-2/+13
2020-12-15gprs_ns2_sns: rework IP-SNS initial remoteAlexander Couzens5-187/+358