summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-24L1CTL is sending PH-DATA.ind, not PH-DATA.req up to LAPDmHarald Welte1-1/+1
2011-06-24introduce LAPDM entity flags for PH-EMPTY_FRAME.req and polllingHarald Welte1-20/+41
2011-06-24lapdm: Introduce LAPDM_MODE_{BTS,MS} to run on both sidesHarald Welte2-34/+111
2011-06-24lapdm: implement RSL CHAN RQD generation from PH-RA.indHarald Welte1-2/+29
2011-06-24lapdm: use msgb_tlv_put instead of manual equivalentHarald Welte1-6/+2
2011-06-24lapdm: remove dependency to osmocom_data.hHarald Welte1-1/+1
2011-06-23lapdm: remove get_rsl_name() and use libosmogsm:gsm_rsl_name() insteadHarald Welte1-29/+1
2011-06-23further decouple lapdm code from osmocom_ms and l1ctlHarald Welte4-37/+174
2011-06-22remove l1ctl data structure form l2_ph_chan_conf()Harald Welte2-4/+5
2011-06-22remove l1ctl data structure from l2_ph_data_ind()Harald Welte2-10/+7
2011-06-21lapdm.c: remove unneeded header file #includesHarald Welte1-3/+0
2011-06-21layer23: make LAPDm code mostly independent of 'struct osmocom_ms'Harald Welte3-46/+60