aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-06Cosmetic: channel_mode_from_lchan: remove fixmeOliver Smith1-1/+0
2023-03-06rsl_tx_ipacc_crcx/mdcx: omit speech mode for CSDOliver Smith1-15/+34
2023-03-06abis_rsl: ipacc_payload_type: handle CSDOliver Smith1-0/+5
2023-03-05channel_mode_from_lchan: add GSM48_CMODE_DATA_3k6Oliver Smith1-0/+1
2023-03-05lchan.h: remove enum lchan_csd_modeOliver Smith1-48/+6
2023-03-02abis_rsl: guard against over long IMMEDIATE ASSIGNMENT MessagesPhilipp Maier1-1/+9
2023-02-13abis_rsl: constify parameters of rsl_X_imm_assign_cmdPhilipp Maier1-3/+4
2023-02-13abis_rsl: add support for sending IMMEDIATE ASSIGNMENT through PCHPhilipp Maier1-1/+5
2023-01-12abis_rsl: fix sourcecode formattingPhilipp Maier1-1/+1
2023-01-12abis_rsl: fix frame number calculationPhilipp Maier1-7/+7
2023-01-10abis_rsl: when doing packet access, log t1,t3,t2 and fnPhilipp Maier1-0/+2
2023-01-10abis_rsl: show full request reference in logPhilipp Maier1-2/+4
2023-01-06abis_rsl: add spec ref for frame number calculationPhilipp Maier1-1/+3
2022-10-28abis_rsl: be more clear about vendor specif RSL extensionPhilipp Maier1-1/+1
2022-10-14abis_rsl: delete CHAN RQD from queue when rach ind was sentPhilipp Maier1-2/+4
2022-09-21Drop Osmux call setup if BTS didn't provide a remote CIDPau Espin Pedrol1-0/+1
2022-09-13Add Osmux support on the Abis-side data planePau Espin Pedrol1-4/+23
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol1-0/+1
2022-08-09Use libosmocore available API to get value_listPau Espin Pedrol1-8/+8
2022-06-30lchan_select: implement dynamic selection mode for assignmentVadim Yanitskiy1-6/+9
2022-06-30lchan_select: allow different alloc order for assignment and handoverVadim Yanitskiy1-8/+11
2022-06-15Expand VTY option which controls use of TCH for signallingMichael Iedema1-1/+5
2022-06-02fix performance for chan_counts and all_allocated statsNeels Hofmeyr1-4/+2
2022-05-03abis_rsl: Use proper struct in rsl_paging_cmdPau Espin Pedrol1-4/+4
2022-05-03abis_rsl.c: Drop unused functionPau Espin Pedrol1-17/+0
2022-04-28paging: Estimate available_slots based on BTS config when no CCCH Load Ind re...Pau Espin Pedrol1-2/+1
2022-04-25emerg call: send BSSMAP Clear Req cause as preemptionNeels Hofmeyr1-0/+5
2022-04-25emerg call: tweak log, commentsNeels Hofmeyr1-2/+2
2022-04-25abis_rsl: fix NULL pointer dereference in abis_rsl_rx_rll()Vadim Yanitskiy1-0/+2
2022-04-25rsl_rx_ccch_load: Use UINT16_MAX instead of -1Pau Espin Pedrol1-4/+4
2022-04-24emerg call: fix RR release cause for pre-emptionNeels Hofmeyr1-2/+2
2022-04-18abis_rsl: Fix typo in log messageHarald Welte1-1/+1
2022-03-31abis_rsl: always check return value of rsl_tlv_parse()Vadim Yanitskiy1-14/+61
2022-03-31abis_rsl: Ensure message length is sufficient for respective headerHarald Welte1-1/+17
2022-03-29struct gsm_encr: store alg_id in human-readable formatVadim Yanitskiy1-8/+8
2022-02-18rename RSL_ENC_ALG_A5 to ALG_A5_NR_TO_RSL, clarifyNeels Hofmeyr1-2/+2
2021-11-30fix chreq:* counters: typos in chreq:successful_* constantsNeels Hofmeyr1-7/+7
2021-11-29dbg log: abis_rsl print_meas_rep(): clarify rxlevNeels Hofmeyr1-1/+1
2021-11-15[overpower] Allow configuring specific channel mode(s)Vadim Yanitskiy1-3/+17
2021-11-15abis_rsl: s/*_acch_cap_for_bts/put_*_acch_cap_ie/gVadim Yanitskiy1-7/+7
2021-11-15abis_rsl: {rep,top}_acch_cap_for_bts(): make *lchan constVadim Yanitskiy1-4/+4
2021-11-15struct gsm_bts: s/temporary_overpower/top_acch_cap/gVadim Yanitskiy1-2/+2
2021-11-15struct gsm_bts: s/repeated_acch_policy/rep_acch_cap/gVadim Yanitskiy1-1/+1
2021-11-15abis_rsl: cosmetic: fix coding style rep_acch_cap_for_bts()Vadim Yanitskiy1-1/+1
2021-11-15abis_rsl: simplify checking if channel mode is AMRVadim Yanitskiy1-2/+2
2021-11-10implement bts.N.cm_serv_rej:<cause> rate countersNeels Hofmeyr1-0/+102
2021-11-10refactor lchan countingNeels Hofmeyr1-2/+5
2021-11-08abis_rsl: permit simultaneous ACCH repetition and overpowerVadim Yanitskiy1-18/+3
2021-11-07abis_rsl: print_meas_rep_{buf,uni}() accept const *mrVadim Yanitskiy1-5/+7
2021-11-07abis_rsl: do not pass lchan to print_meas_rep_buf()Vadim Yanitskiy1-16/+11