summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common
AgeCommit message (Expand)AuthorFilesLines
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-09-06layer23: Use osmo_sock_unix_init_ofd() from libosmocoreHarald Welte2-45/+8
2018-08-11layer23: Replace all instances of strncpy() by osmo_strlcpyHarald Welte2-5/+3
2018-08-11layer23: fix unaligned store in osmo_send_l1()Harald Welte1-5/+2
2018-07-23Move from libc random() to osmo_get_rand_id (2nd attempt)Holger Hans Peter Freyther2-1/+48
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
2017-12-03mobile: Add LUA as debug category to the applicationsHolger Hans Peter Freyther1-0/+6
2017-12-03mobile: Begin with a primitive interface on top of the codeHolger Hans Peter Freyther1-0/+6
2017-11-27mobile: Switch from printf to LOGP statementsHolger Hans Peter Freyther1-0/+6
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy1-2/+1
2017-05-25host/mobile: use talloc for ms->name allocationVadim Yanitskiy1-2/+1
2017-05-25sap_interface.c: drop meaningless conditionVadim Yanitskiy1-1/+1
2016-01-18host/mobile: Improved SAP interface integrationЯницкий Ва дим2-18/+6
2015-12-31autoconf: Migrate from INCLUDES to AM_CPPFLAGSHarald Welte1-1/+1
2015-04-28host/mobile: Finish working support for the SAP interfaceSylvain Munaut2-51/+474
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
2013-01-02l23 sysinfo: defer SI4 CBCH mobile allocation until SI1 is receivedAlex Badea1-0/+1
2012-11-20Tell L1CTL_FBSB_REQ the expected received signal levelHarald Welte1-1/+2
2012-10-30Fixed decoding of hexadecimal LAI componentsAndreas Eversberg1-3/+28
2012-09-17Fix linking with GNU ld 2.22 and libgpsKevin Redon1-1/+1
2012-09-08layer23: gsm48_decode_lai() is now in libosmogsmHarald Welte1-14/+0
2012-07-12layer23: Fixed size of power offset (SI 3 rest octets)Andreas Eversberg1-1/+1
2012-03-29host/l1ctl: Make sure to initialize tn in neigh_pm_reqSylvain Munaut1-1/+3
2012-03-01l23: Add option for mobile-app to bind to other interfaces than localhostTim1-1/+10
2012-01-17host: Add support for the new gpsd APIPaul Wise1-1/+22
2012-01-02layer23/mobile: Fixed variable type, so home network is detected correctlyAndreas Eversberg1-1/+1
2011-11-13host/mobile: Adding (partly implemented) supplementary service supportAndreas Eversberg1-0/+6
2011-11-13host/layer23: Flush L1CTL/SAP workqueues when exittingAndreas Eversberg2-0/+2
2011-11-13host/layer23: SIM client now supports reading records correctlyAndreas Eversberg1-2/+19
2011-11-13host/layer23: Removed local copy of LAPDm, using libosmocore instadAndreas Eversberg6-2519/+3
2011-11-06misc: u_intX -> uintX in the host directoryHolger Hans Peter Freyther2-2/+2
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-28layer23: Adapt to new logging API: fix calls to log_initAndreas.Eversberg1-1/+1
2011-07-17[layer23] Added special return value for invalid MCC/MNC inputAndreas Eversberg1-4/+7
2011-07-17[layer23] Fixes and improvements of system information decodingAndreas Eversberg1-31/+54
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg2-2/+9
2011-07-17[layer23] Adding "neighbour cell" logging category: DNBAndreas Eversberg1-0/+6
2011-07-17[layer23] Adding neighbour cell measurement to L1CTL interface.Andreas Eversberg1-0/+43
2011-07-16misc: Fix crash in cell_log due missing l1_prim_cbHolger Hans Peter Freyther1-0/+1
2011-06-27lapdm: fix use-after-freeHarald Welte1-1/+4
2011-06-25lapdm: properly set the msg->l3h to the contents of the RSL L3_INFO IEHarald Welte1-0/+3
2011-06-24lapdm: introduce a new lapdm_phsap_dequeue_prim()Harald Welte1-31/+54
2011-06-24lapdm: Don't try to send data using a PH-RACH.req, use PH-DATA.reqHarald Welte1-5/+5
2011-06-24lapdm: some more error reporting in case strange primitives arrive from L1Harald Welte1-6/+12