summaryrefslogtreecommitdiffstats
path: root/src/host
AgeCommit message (Expand)AuthorFilesLines
2019-01-07layer23/sap_interface.c: separate protocol definitionVadim Yanitskiy6-161/+205
2019-01-07layer23/include/Makefile.am: add missing headerVadim Yanitskiy1-1/+2
2019-01-07layer23/sap_interface.c: avoid using 'osmo' prefixVadim Yanitskiy5-18/+18
2019-01-07layer23/sap_interface.c: define missing enums and use themVadim Yanitskiy2-24/+55
2019-01-07layer23/sap_interface.c: terminate value_string definitionsVadim Yanitskiy1-0/+5
2019-01-07layer23/sap_interface.c: prettify value_string definitionsVadim Yanitskiy2-54/+58
2019-01-07layer23/sap_interface.c: fix: properly call sap_msg_free()Vadim Yanitskiy1-6/+8
2019-01-02trxcon/scheduler: fix RSSI -> RX level conversionVadim Yanitskiy1-1/+11
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 Yanitskiy3-5/+6
2018-12-26layer23/sap_interface.c: drop unused osmosap_sapsocket()Vadim Yanitskiy2-10/+0
2018-12-26layer23/sap_interface.c: return rc from osmosap_send_apdu()Vadim Yanitskiy1-7/+10
2018-12-26layer23/include/sap_interface.h: use #pragma onceVadim Yanitskiy1-5/+1
2018-12-26mobile/subscriber.c: consider GSM_SIM_TYPE_SAP tooVadim Yanitskiy2-5/+7
2018-12-26host/layer23: rename GSM_SIM_TYPE_READER to GSM_SIM_TYPE_L1PHYVadim Yanitskiy5-10/+10
2018-12-26layer23/common/sim.c: don't ignore rc of sim_apdu_send()Vadim Yanitskiy1-3/+5
2018-12-23mobile: Use new VTY telnet API to allow binding to random portHolger Hans Peter Freyther1-2/+1
2018-12-19layer23/mobile: drop dead SAP initialization codeVadim Yanitskiy1-10/+0
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-29trxcon/l1ctl.c: handle hopping channels from L1CTL_DM_EST_REQVadim Yanitskiy1-21/+62
2018-11-29trxcon/trx_if.c: add SETFH CTRL command supportVadim Yanitskiy2-0/+46
2018-11-22trxcon/l1ctl.c: fix deprecated gsm_band_name() usageVadim Yanitskiy1-3/+13
2018-11-21mobile: use VTY bind addr from config, deprecate cmd line optionsVadim Yanitskiy3-20/+19
2018-11-21mobile: abort in case of argv handling errorsVadim Yanitskiy1-3/+10
2018-11-21mobile/app_mobile.c: use LOGP() instead of printf()/fprintf()Vadim Yanitskiy1-9/+8
2018-11-21mobile/app_mobile.c: drop redundant printf() callVadim Yanitskiy1-1/+0
2018-11-21Revert "mobile: fix vty bind ip override"Vadim Yanitskiy1-4/+3
2018-11-19mobile: fix vty bind ip overrideMax1-3/+4
2018-11-19Fix build with latest libosmocoreMax1-10/+0
2018-11-19l1l2 interface: use LOGP for socket errorsMax2-2/+4
2018-11-19osmocon: log error cause for socket openingMax1-1/+2
2018-11-19mobile: log socket path on errorMax1-1/+1
2018-11-16mobile: use proper type for boolean flagsMax2-11/+11
2018-11-16mobile: add header for MS' MNCC functionsMax4-10/+12
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 Yanitskiy2-14/+27
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 Yanitskiy3-16/+29
2018-10-26trxcon: make TRX bind address configurableVadim Yanitskiy1-6/+17
2018-10-26Report socket path on errorsMax3-3/+3
2018-10-20trxcon/scheduler: add PDTCH channel supportVadim Yanitskiy4-4/+214
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