summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/l1ctl.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-28layer23: Add mobile support for sending / receiving voice frame through MNCCAndreas.Eversberg1-6/+124
2011-07-28l23/l1ctl: Add default values for audio_modeSylvain Munaut1-0/+3
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg1-1/+4
2011-07-17[layer23] Adding neighbour cell measurement to L1CTL interface.Andreas Eversberg1-0/+43
2011-06-24L1CTL is sending PH-DATA.ind, not PH-DATA.req up to LAPDmHarald Welte1-1/+1
2011-06-23further decouple lapdm code from osmocom_ms and l1ctlHarald Welte1-10/+18
2011-06-22remove l1ctl data structure form l2_ph_chan_conf()Harald Welte1-1/+1
2011-06-22remove l1ctl data structure from l2_ph_data_ind()Harald Welte1-5/+2
2011-06-21layer23: make LAPDm code mostly independent of 'struct osmocom_ms'Harald Welte1-4/+4
2011-05-22layer23: update to new GSMTAP API in libosmocore >= 0.3.1Harald Welte1-5/+7
2011-05-15src: use namespace prefix osmo_* for utilsPablo Neira Ayuso1-3/+3
2011-05-15src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-9/+9
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-10/+10
2011-01-27[l1ctl] Adding missing msgb_free()Andreas.Eversberg1-0/+1
2010-11-13[layer23] msgb_free() must in l1ctl.c must called after reading its headerAndreas.Eversberg1-1/+1
2010-10-30layer23: Use the new rach_req format in l1ctl and update l23 apps to use itAndreas.Eversberg1-5/+5
2010-10-12[layer23] Implementation of signal loss criteria as defined in TS 05.08Andreas.Eversberg1-9/+45
2010-10-05[layer23] Increase sync tollerance by increasing freq_err_thresh1Andreas.Eversberg1-1/+1
2010-09-28l1ctl: Add initial tch_mode value in DM_EST_REQSylvain Munaut1-2/+4
2010-09-26[layer23] Cleanup of various 'printf' debuggingAndreas.Eversberg1-20/+20
2010-09-26[layer23] Added support for changing TCH mode via L1CTL messagesAndreas.Eversberg1-1/+46
2010-09-26[layer23] Adding application generated measurement reportAndreas.Eversberg1-1/+5
2010-09-18[layer23] SIM client completionAndreas.Eversberg1-0/+36
2010-09-14layer23/l1ctl: Add the RX power to the DATA_IND debug printSylvain Munaut1-1/+2
2010-09-14layer23/l1ctl: Remove useless printf debugSylvain Munaut1-1/+0
2010-09-11[layer23 / layer1] Added interface for changing crypto mode of DSPAndreas.Eversberg1-0/+22
2010-08-21[layer23] L1CTL frequency change implementation in l1ctl.cAndreas.Eversberg1-0/+61
2010-08-14[layer23] Added (incomplete) ASSIGNMENT COMMAND handlingAndreas.Eversberg1-0/+2
2010-07-27layer23: Unify the prefix of l1ctl TX functionsSylvain Munaut1-9/+10
2010-07-27include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut1-1/+1
2010-07-27layer23: Use libosmocore rsl_chan_nr_str instead of local funcSylvain Munaut1-28/+1