summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common
AgeCommit message (Expand)AuthorFilesLines
2019-05-10WIP/HACK: bsic decoding of neighbour cells in dedicated mode and partially su...mawais/hoMuhammad Awais Aslam2-2/+3
2019-02-02common/sim.c: use msgb_get() in gsm_sim_reply()Vadim Yanitskiy1-5/+1
2019-02-02common/sim.c: get rid of unused 'payload' pointerVadim Yanitskiy1-2/+0
2019-02-02common/sap_fsm.c: register SAP FSM on DSO loadVadim Yanitskiy1-4/+5
2019-01-15layer23/sap_interface.c: reimplement (BT)SAP interfaceVadim Yanitskiy4-362/+1109
2019-01-07layer23/sap_interface.c: separate protocol definitionVadim Yanitskiy3-77/+110
2019-01-07layer23/sap_interface.c: avoid using 'osmo' prefixVadim Yanitskiy2-9/+9
2019-01-07layer23/sap_interface.c: define missing enums and use themVadim Yanitskiy1-24/+24
2019-01-07layer23/sap_interface.c: terminate value_string definitionsVadim Yanitskiy1-0/+5
2019-01-07layer23/sap_interface.c: prettify value_string definitionsVadim Yanitskiy1-52/+56
2019-01-07layer23/sap_interface.c: fix: properly call sap_msg_free()Vadim Yanitskiy1-6/+8
2018-12-26layer23/sap_interface.c: use LOGP() instead of fprintf()Vadim Yanitskiy1-3/+3
2018-12-26layer23/sap_interface.c: use int for rc in sap_open()Vadim Yanitskiy1-1/+1
2018-12-26layer23/sap_interface.c: remove redundant socket_path argumentVadim Yanitskiy1-3/+4
2018-12-26layer23/sap_interface.c: drop unused osmosap_sapsocket()Vadim Yanitskiy1-9/+0
2018-12-26layer23/sap_interface.c: return rc from osmosap_send_apdu()Vadim Yanitskiy1-7/+10
2018-12-26layer23/common/sim.c: don't ignore rc of sim_apdu_send()Vadim Yanitskiy1-3/+5
2018-12-18host/layer23/sap_interface.c: cosmetic: use ARRAY_SIZE()Vadim Yanitskiy1-1/+1
2018-12-18host/layer23: don't init SAP interface by defaultVadim Yanitskiy1-4/+0
2018-11-19l1l2 interface: use LOGP for socket errorsMax2-2/+4
2018-11-08layer23: Avoid mempcy with NULL srcPau Espin Pedrol1-1/+2
2018-11-05layer23: Fix build against gpsd >= 3.18Pau Espin Pedrol1-2/+13
2018-11-05cosmetic: fix trailing whitespacePau Espin Pedrol1-4/+3
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 Yanitskiy2-16/+25
2018-10-26Report socket path on errorsMax2-2/+2
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-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