aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-15gprs_ns2: make nsvc argument constAlexander Couzens2-2/+2
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 Couzens6-190/+364
2020-12-15gprs_ns2: add gprs_ns2_free_nsvcs() to free all NS-VC of a NSEAlexander Couzens3-6/+18
2020-12-15gprs_ns2: rework gprs_ns2_fr_connect*()Alexander Couzens3-1/+44
2020-12-15gprs_ns2: add member name to bindAlexander Couzens8-4/+75
2020-12-15gprs_ns2: move allocation of the SNS fsm into create_nseAlexander Couzens1-6/+13
2020-12-15gprs_ns2: introduce NS dialectsAlexander Couzens8-86/+79
2020-12-15protocol/gsm_08_58.h: add Osmocom specific EWMA AVG algoVadim Yanitskiy1-1/+3
2020-12-15protocol/gsm_08_58.h: add ip.access Power Control structuresVadim Yanitskiy1-0/+44
2020-12-14gsm: append_eutran_neib_cell: Fix SI2quater EARFCN listPau Espin Pedrol1-1/+2
2020-12-14si2quater: fix budget calculation for multiple EARFCNsPau Espin Pedrol1-1/+9
2020-12-14gsm: si13: Fix encode of EGPRS_PACKET_CHANNEL_REQUESTPau Espin Pedrol1-7/+2
2020-12-14rest_octets: add Serving Cell Priority ParametersPau Espin Pedrol1-2/+19
2020-12-10gprs_ns2_fr: use ETH_P_HDLC instead of ETH_P_ALLHarald Welte1-1/+1
2020-12-10gprs_ns2_fr: guard against race between socket(AF_PACKET) and bind()Harald Welte1-12/+23
2020-12-10gprs_ns2_fr.c: Skip extraneous FIONBIOHarald Welte1-9/+1
2020-12-10bssgp: Remove newly added log line warning about NOOPPau Espin Pedrol1-1/+3
2020-12-09bssgp_bvc_fsm: Add basic BVC flow control rx/tx supportHarald Welte3-2/+44
2020-12-09bssgp2: Encoding + Decoding functions for BVC and MS flow controlHarald Welte4-0/+259
2020-12-09logging: Assing different 8bit colors to built-in subsystemsHarald Welte1-0/+22
2020-12-09gb: Add beginnings of a new BSSGP implementationHarald Welte7-0/+1139
2020-12-09logging: Introduce DLBSSGP logging constantHarald Welte10-73/+75
2020-12-09gprs_ns2_sns: correct dynamic calculationAlexander Couzens1-2/+2
2020-12-08tlv.h: Add msgb_tvlv_put_{16,32}be()Harald Welte1-0/+15
2020-12-08gsm_08_18.h: Add #defines for [extended] feature bitsHarald Welte1-0/+20
2020-12-08bssgp: Add osmo_tlv_prot_def for BSSGPHarald Welte3-1/+317
2020-12-08tlv: Introduce enum with error codes for TLV parser functionsHarald Welte2-17/+29
2020-12-08Introduce 'osmo_tlv_prot' abstraction for validation of TLV protocolsHarald Welte3-1/+159