summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/l1ctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05layer23/modem: handle and forward L1CTL UL BLOCK.cnfVadim Yanitskiy1-0/+33
2024-02-05layer23: cosmetic: clarify GPRS related L1CTL loggingVadim Yanitskiy1-2/+2
2023-10-30layer23: rework L1CTL TRAFFIC.{ind,req} related loggingVadim Yanitskiy1-12/+4
2023-10-13layer23: send UL/DL GPRS blocks over GSMTAPVadim Yanitskiy1-1/+20
2023-09-28ASCI: Add UIC support to random access burstAndreas Eversberg1-2/+3
2023-09-27ASCI: Add a flag to turn transmitter off or onAndreas Eversberg1-9/+10
2023-09-04l1gprs/l1ctl: Decouple RTS.ind from DL_BLOCK.indPau Espin Pedrol1-0/+32
2023-08-10l1ctl_proto: add 'start_fn' field to UL/DL TBF CFG.req messagesVadim Yanitskiy1-6/+11
2023-08-10l1ctl: Fix fill ph_data_param fn fieldPau Espin Pedrol1-1/+1
2023-08-09l1ctl: Fill ph_data_param fn fieldPau Espin Pedrol1-0/+1
2023-06-23layer23: use gsm0502_fn2ccch_block() from libosmogsmVadim Yanitskiy1-26/+2
2023-06-22layer23: cosmetic: move <lapdm.h> to other libosmo* importsVadim Yanitskiy1-1/+1
2023-03-17layer23: implement Rx/Tx API for GPRS related messagesVadim Yanitskiy1-0/+104
2023-02-02layer23: Support configuring GSMTAP through VTY in l23 apps.Pau Espin Pedrol1-4/+3
2023-01-17layer23: fix integer overflow in l1ctl_tx_data_req()Vadim Yanitskiy1-1/+1
2023-01-16layer23: Move osmocom_ms to a separate filePau Espin Pedrol1-0/+1
2022-12-21layer23: fix rx_l1_sim_conf(): msg->l2h is NULL, use msg->l1hVadim Yanitskiy1-4/+1
2022-11-29layer23: always check return value of rsl_dec_chan_nr()Vadim Yanitskiy1-7/+17
2022-11-27layer23: l1ctl_tx_traffic_req(): cosmetic: drop dead codeVadim Yanitskiy1-2/+0
2022-09-07trxcon: Initial support for forwarding AMRPau Espin Pedrol1-0/+1
2022-08-21layer23: explicitly set chan_nr / link_id in L1CTL_RACH_REQVadim Yanitskiy1-2/+5
2022-05-13layer23: chantype_rsl2gsmtap() is deprecated, use chantype_rsl2gsmtap2()Vadim Yanitskiy1-2/+2
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2020-07-31layer23/mobile: implement handling of TCH test loop commandsVadim Yanitskiy1-1/+2
2020-05-05mobile: traffic req check: support EFROliver Smith1-7/+0
2020-03-17layer23/l1ctl: fix: do not pass PDCH and CBCH frames to LAPDmVadim Yanitskiy1-0/+10
2020-03-01layer23/l1ctl: fix NULL-pointer dereference reported by ASanVadim Yanitskiy1-1/+8
2019-12-31layer23: Avoid sending downlink AGCH/PCH fill frames over GSMTAPPau Espin Pedrol1-4/+36
2019-12-31layer23: Identify AGCH from PCH on tx of GSMTAP downlink messagesPau Espin Pedrol1-1/+46
2019-12-31mobile: Send correct ARFCN in UL gsmtapPau Espin Pedrol1-2/+3
2019-12-20layer23: Fix trailing whitespacePau Espin Pedrol1-2/+2
2018-11-05l1ctl_proto.h: use flexible array member for traffic messagesVadim Yanitskiy1-13/+22
2018-10-27layer23/l1ctl.c: fix: use host byte order for TDMA fnVadim Yanitskiy1-1/+1
2018-10-27layer23/common: move SIM APDU caching from l1ctl.cVadim Yanitskiy1-16/+0
2018-10-03layer23/l1ctl.c: clean up & fix message length checkingVadim Yanitskiy1-21/+44
2018-10-03layer23/l1ctl.c: avoid confusion between L1CTL / L1 headersVadim Yanitskiy1-7/+7
2018-10-03layer23/l1ctl.c: fix: verify msg length using l1h, not l2hVadim Yanitskiy1-3/+4
2018-10-03layer23/l1ctl.c: fix: verify msg length against l1ctl_hdrVadim Yanitskiy1-2/+1
2018-10-03layer23/l1ctl.c: keep L1 header, drop L1CTL headerVadim Yanitskiy1-16/+5
2018-09-21layer23/l1ctl.c: replace printf() calls by LOGPVadim Yanitskiy1-2/+2
2018-09-21layer23/l1ctl.c: drop redundant printf() callVadim Yanitskiy1-1/+0
2018-09-07common/l1ctl.c: fix: use signed type for TA in l1ctl_tx_param_req()Vadim Yanitskiy1-1/+1
2018-03-14common/l1ctl.c move TCH bit-ordering to the firmwareVadim Yanitskiy1-39/+0
2018-03-14L1CTL/L1CTL_CRYPTO_REQ: add key length and channel infoVadim Yanitskiy1-2/+6
2014-09-06layer23: initialize l2h/l3h pointers in rx_l1_rach_confIgor Almeida1-0/+1
2013-01-12layer23: Send SIM APDUs via GSMTAP, if enabledAndreas Eversberg1-1/+18
2013-01-08fix: Use only single CCCH block to determine path lossAndreas Eversberg1-0/+7
2012-11-20Tell L1CTL_FBSB_REQ the expected received signal levelHarald Welte1-1/+2
2012-03-29host/l1ctl: Make sure to initialize tn in neigh_pm_reqSylvain Munaut1-1/+3
2011-11-13host/layer23: Removed local copy of LAPDm, using libosmocore instadAndreas Eversberg1-1/+1