summaryrefslogtreecommitdiffstats
path: root/src/host/layer23
AgeCommit message (Expand)AuthorFilesLines
2011-09-04[mobile] Using socket application interface with mobile applicationAndreas Eversberg9-37/+116
2011-09-04[mobile] Adding socket application interface code from OpenBSC.Andreas Eversberg2-0/+363
2011-08-13[mobile] Disable SMS by default, because SMS is not supportedAndreas Eversberg1-1/+1
2011-08-11mobile/vty: Add missing 's' for 'skip-max-per-band' configuration parameterSteve Markgraf1-1/+1
2011-08-06Fix of wong Classmark 2 when doing CM Service Request.Andreas Eversberg3-7/+13
2011-08-04Fix of wong Classmark 1 on Location Updating and IMSI DetachAndreas Eversberg1-3/+7
2011-07-28layer23: Add mobile support for sending / receiving voice frame through MNCCAndreas.Eversberg14-38/+330
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.Eversberg2-2/+2
2011-07-17[mobile] Added missing curly braces, as proposed by HaraldAndreas Eversberg1-1/+2
2011-07-17[layer23] Added special return value for invalid MCC/MNC inputAndreas Eversberg3-16/+21
2011-07-17[layer23] Correctly report to restart mobile instance after band changeAndreas Eversberg1-11/+11
2011-07-17[layer23] Fixes and improvements of system information decodingAndreas Eversberg2-33/+57
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg13-773/+2626
2011-07-17[mobile] Corrected output value of PCS power classAndreas Eversberg1-1/+1
2011-07-17[mobile] Adding option to hide most default values in configAndreas Eversberg1-46/+105
2011-07-17[mobile] Adding PCS band to list of maximum ARFCNs to scan in one bandAndreas Eversberg1-0/+1
2011-07-17[mobile] Adding security warning, if default IMEI is not changedAndreas Eversberg1-0/+7
2011-07-17[layer23] Adding "neighbour cell" logging category: DNBAndreas Eversberg3-2/+9
2011-07-17[layer23] Detach SIM, if reading failsAndreas Eversberg1-0/+8
2011-07-17[layer23] Adding neighbour cell measurement to L1CTL interface.Andreas Eversberg3-0/+53
2011-07-17[layer23] Fixed handling of channel 0 in certain loopsAndreas Eversberg2-5/+6
2011-07-16settings.h: IMSI is 15 bytes +1 \0 maximumHarald Welte1-2/+2
2011-07-16sysinfo.h: ARFCN can be 0..1024, so we need an array of 1025 entriesHarald Welte1-1/+1
2011-07-16gsm48_rr: Don't overflow array boundaryHarald Welte1-1/+1
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 Welte2-31/+56
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 Welte2-20/+48
2011-06-24lapdm: Introduce LAPDM_MODE_{BTS,MS} to run on both sidesHarald Welte4-37/+137
2011-06-24lapdm: implement RSL CHAN RQD generation from PH-RA.indHarald Welte2-2/+30
2011-06-24lapdm: use msgb_tlv_put instead of manual equivalentHarald Welte1-6/+2
2011-06-24fix some spillage from recent conversionHarald Welte2-2/+3
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 Welte3-32/+4
2011-06-23further decouple lapdm code from osmocom_ms and l1ctlHarald Welte11-54/+239
2011-06-22add l1ctl_proto.h #includes to lots of filesHarald Welte7-0/+14
2011-06-22remove l1ctl data structure form l2_ph_chan_conf()Harald Welte3-8/+6
2011-06-22remove l1ctl data structure from l2_ph_data_ind()Harald Welte3-11/+8
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 Welte10-84/+104
2011-06-21remove osmocom_ms reference from lapdm_init()Harald Welte4-10/+16
2011-06-21remove 'osmocom_ms' from struct lapdm_enetityHarald Welte2-10/+11
2011-05-29[layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg13-299/+788
2011-05-22layer23: update to new GSMTAP API in libosmocore >= 0.3.1Harald Welte3-23/+23
2011-05-15src: use namespace prefix osmo_* for utilsPablo Neira Ayuso5-8/+8