aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-18bssgp_rim: add encoder/decoder for NACC related RIM containersPhilipp Maier3-1/+780
2021-01-18ns2: delay NS_AFF_CAUSE_RECOVERY until NS-VC for data + sig are unblockedHarald Welte2-16/+17
2021-01-18gprs_ns2: Give NS-VC FSMs a proper name/identifierHarald Welte4-6/+22
2021-01-18gprs_ns2_fr: reduce duplication between gprs_ns2_fr_connect / connect2Harald Welte1-18/+1
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-12tlv_parser: Fix various out-of-bounds accessesHarald Welte1-15/+16
2021-01-11Intoduce Packet Switch CGIPau Espin Pedrol3-0/+119
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-07logging: Remove duplicate color for DLSMSDaniel Willmann1-1/+0
2021-01-07bts_features: s/Repeation/Repetition/ in osmo_bts_features_descs[]Vadim Yanitskiy1-1/+1
2021-01-06ctrl: Allow handling CTRL get/set replies in user defined codePau Espin Pedrol1-0/+4
2021-01-06Add inter-thread queueHarald Welte2-0/+278
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-04gsmtap_util: SNR can be negative, use a signed integerVadim Yanitskiy1-4/+4
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: 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-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 Couzens6-1/+1669
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 Welte1-0/+20