aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts
AgeCommit message (Expand)AuthorFilesLines
2024-03-18common: Add RTP related rate countersHarald Welte1-0/+9
2024-02-17Fix license headers.Harald Welte2-2/+2
2023-12-21gsmtap-rlp: Add support for skipping generating NULL framesHarald Welte1-0/+1
2023-12-21Add GSMTAP encapsulation of RLP frames in CSD NT modeHarald Welte2-1/+6
2023-12-11Use polling based LAPDm with frame numbersAndreas Eversberg2-2/+2
2023-12-11LAPDm: Reject (release) establishment on DCCH, SAPI 0 without L3 payloadAndreas Eversberg1-0/+2
2023-11-21pcuif_proto: signal BTS model via PCUIFPhilipp Maier1-1/+13
2023-11-14osmo-bts-trx: eliminate ul_bursts_prev, use the primary bufferVadim Yanitskiy1-1/+0
2023-10-27ASCI: Control uplink access bursts detection of physical interfaceAndreas Eversberg2-1/+4
2023-10-27ASCI: Add control of uplink access to osmo-bts-trxAndreas Eversberg1-0/+3
2023-10-16pcuif_proto: clean up last remains of old PCUIF v10Philipp Maier1-4/+0
2023-10-05Drop use of deprectated vty callback is_config_nodePau Espin Pedrol1-1/+0
2023-10-04pcuif_proto: rename PCU_IF_FLAG_SYSMO to PCU_IF_FLAG_DIRECT_PHYPhilipp Maier1-1/+1
2023-09-21oml: implement handling of NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy3-0/+56
2023-09-19Move trx->rsl_link to trx->bb_transc.rsl.linkPau Espin Pedrol1-2/+1
2023-09-19oml: Store RSL connect related fields in bb_transcPau Espin Pedrol1-1/+6
2023-08-31pcu_sock: use PCU_IF_SAPI_AGCH_2 instead PCU_IF_SAPI_AGCHPhilipp Maier3-1/+21
2023-08-29pcuif_proto: use confirm flag in struct gsm_pcu_if_pchPhilipp Maier1-0/+3
2023-08-22bts: make bts_agch_dequeue staticPhilipp Maier1-1/+0
2023-08-10pcuif_proto: get rid of _DT, _dt (Direct TLLI)Philipp Maier1-6/+6
2023-08-08pcuif_proto: remove unnecessary members from gsm_pcu_if_data_cnf_dtPhilipp Maier1-9/+0
2023-08-08pcu_sock: get rid of fn parameter in pcu_tx_pch_data_cnfPhilipp Maier1-1/+1
2023-08-08pcuif_proto: rename tlli to msg_idPhilipp Maier3-8/+8
2023-07-30csd_v110_rtp_encode(): properly set E1/E2/E3 bitsVadim Yanitskiy1-1/+3
2023-07-30l1sap: proper rate adaptation for CSD (RFC4040 'clearmode')Vadim Yanitskiy2-0/+24
2023-07-21Add test cases for rest octets of Paging RequestsAndreas Eversberg1-0/+55
2023-07-21ASCI: Repeat UPLINK FREE message until uplink becomes busyAndreas Eversberg2-0/+24
2023-07-21ASCI: Add Notification/FACCH supportAndreas Eversberg1-0/+2
2023-07-21ASCI: Add Notification CHannel (NCH) supportAndreas Eversberg3-3/+14
2023-07-21ASCI: Retrieve NCH position from System Information 1Andreas Eversberg2-0/+2
2023-07-21osmo-bts-trx: document/clarify the meaning of BUFMAX=24Vadim Yanitskiy1-1/+1
2023-07-21ASCI: VGCS/VBS RACH -> RSL TALKER/LISTENER DETECTHarald Welte6-0/+41
2023-07-13osmo-bts-trx: implement CSD scheduling supportVadim Yanitskiy1-2/+6
2023-07-12common: Make socket queue max. length configurablearehbein2-1/+2
2023-07-10Store "Channel rate and type" from RSL Channel Mode IE in BTSHarald Welte1-0/+2
2023-07-10Change return value of bts_supports_cm() from int to boolAndreas Eversberg1-2/+2
2023-07-10ASCI: NCH / NOTIFICATION supportHarald Welte3-0/+63
2023-07-10Add ASCI (advanced speech call items) log sub-systemHarald Welte1-0/+1
2023-07-10pcu_sock: use PCUIF version 11 (direct TLLI)Philipp Maier3-4/+16
2023-07-06scheduler: use size_t for data_len in _sched_compose_*_ind()Vadim Yanitskiy1-2/+2
2023-07-06scheduler: constify *data pointer in _sched_compose_*_ind()Vadim Yanitskiy1-2/+2
2023-07-06scheduler: unify argument names/order for _sched_compose_*_ind()Vadim Yanitskiy1-6/+8
2023-07-04Increase PCUIF wqueue sizePau Espin Pedrol1-1/+1
2023-07-02common: Have PCU socket connection use osmo_wqueuearehbein1-0/+2
2023-06-28ECU in UL path: make it optional per vty configMychaela N. Falconia1-0/+1
2023-06-07paging: do not confirm PAGING COMMAND messagesPhilipp Maier1-1/+1
2023-06-07paging: parse PCUIF data indication outside of paging.cPhilipp Maier1-2/+1
2023-06-03osmo-bts-trx: fix recent regression in Tx lchan handlersVadim Yanitskiy1-0/+1
2023-05-29HR1 codec: act on SID indication in RFC5993 RTP inputMychaela N. Falconia2-1/+4
2023-05-29FR/HR/EFR TCH DL: implement DTX rulesMychaela N. Falconia1-0/+14