summaryrefslogtreecommitdiffstats
path: root/src/host/layer23
Commit message (Expand)AuthorAgeFilesLines
* Fix of wong Classmark 1 on Location Updating and IMSI DetachAndreas Eversberg2011-08-041-3/+7
* layer23: Add mobile support for sending / receiving voice frame through MNCCAndreas.Eversberg2011-07-2814-38/+330
* l23/l1ctl: Add default values for audio_modeSylvain Munaut2011-07-281-0/+3
* layer23: Adapt to new logging API: fix calls to log_initAndreas.Eversberg2011-07-282-2/+2
* [mobile] Added missing curly braces, as proposed by HaraldAndreas Eversberg2011-07-171-1/+2
* [layer23] Added special return value for invalid MCC/MNC inputAndreas Eversberg2011-07-173-16/+21
* [layer23] Correctly report to restart mobile instance after band changeAndreas Eversberg2011-07-171-11/+11
* [layer23] Fixes and improvements of system information decodingAndreas Eversberg2011-07-172-33/+57
* [layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg2011-07-1713-773/+2626
* [mobile] Corrected output value of PCS power classAndreas Eversberg2011-07-171-1/+1
* [mobile] Adding option to hide most default values in configAndreas Eversberg2011-07-171-46/+105
* [mobile] Adding PCS band to list of maximum ARFCNs to scan in one bandAndreas Eversberg2011-07-171-0/+1
* [mobile] Adding security warning, if default IMEI is not changedAndreas Eversberg2011-07-171-0/+7
* [layer23] Adding "neighbour cell" logging category: DNBAndreas Eversberg2011-07-173-2/+9
* [layer23] Detach SIM, if reading failsAndreas Eversberg2011-07-171-0/+8
* [layer23] Adding neighbour cell measurement to L1CTL interface.Andreas Eversberg2011-07-173-0/+53
* [layer23] Fixed handling of channel 0 in certain loopsAndreas Eversberg2011-07-172-5/+6
* settings.h: IMSI is 15 bytes +1 \0 maximumHarald Welte2011-07-161-2/+2
* sysinfo.h: ARFCN can be 0..1024, so we need an array of 1025 entriesHarald Welte2011-07-161-1/+1
* gsm48_rr: Don't overflow array boundaryHarald Welte2011-07-161-1/+1
* misc: Fix crash in cell_log due missing l1_prim_cbHolger Hans Peter Freyther2011-07-161-0/+1
* lapdm: fix use-after-freeHarald Welte2011-06-271-1/+4
* lapdm: properly set the msg->l3h to the contents of the RSL L3_INFO IEHarald Welte2011-06-251-0/+3
* lapdm: introduce a new lapdm_phsap_dequeue_prim()Harald Welte2011-06-242-31/+56
* lapdm: Don't try to send data using a PH-RACH.req, use PH-DATA.reqHarald Welte2011-06-241-5/+5
* lapdm: some more error reporting in case strange primitives arrive from L1Harald Welte2011-06-241-6/+12
* L1CTL is sending PH-DATA.ind, not PH-DATA.req up to LAPDmHarald Welte2011-06-241-1/+1
* introduce LAPDM entity flags for PH-EMPTY_FRAME.req and polllingHarald Welte2011-06-242-20/+48
* lapdm: Introduce LAPDM_MODE_{BTS,MS} to run on both sidesHarald Welte2011-06-244-37/+137
* lapdm: implement RSL CHAN RQD generation from PH-RA.indHarald Welte2011-06-242-2/+30
* lapdm: use msgb_tlv_put instead of manual equivalentHarald Welte2011-06-241-6/+2Star
* fix some spillage from recent conversionHarald Welte2011-06-242-2/+3
* lapdm: remove dependency to osmocom_data.hHarald Welte2011-06-241-1/+1
* lapdm: remove get_rsl_name() and use libosmogsm:gsm_rsl_name() insteadHarald Welte2011-06-233-32/+4Star
* further decouple lapdm code from osmocom_ms and l1ctlHarald Welte2011-06-2311-54/+239
* add l1ctl_proto.h #includes to lots of filesHarald Welte2011-06-227-0/+14
* remove l1ctl data structure form l2_ph_chan_conf()Harald Welte2011-06-223-8/+6Star
* remove l1ctl data structure from l2_ph_data_ind()Harald Welte2011-06-223-11/+8Star
* lapdm.c: remove unneeded header file #includesHarald Welte2011-06-211-3/+0Star
* layer23: make LAPDm code mostly independent of 'struct osmocom_ms'Harald Welte2011-06-2110-84/+104
* remove osmocom_ms reference from lapdm_init()Harald Welte2011-06-214-10/+16
* remove 'osmocom_ms' from struct lapdm_enetityHarald Welte2011-06-212-10/+11
* [layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg2011-05-2913-299/+788
* layer23: update to new GSMTAP API in libosmocore >= 0.3.1Harald Welte2011-05-223-23/+23
* src: use namespace prefix osmo_* for utilsPablo Neira Ayuso2011-05-155-8/+8
* src: use namespace prefix osmo_wqueue*Pablo Neira Ayuso2011-05-153-5/+5
* src: use namespace prefix osmo_signal*Pablo Neira Ayuso2011-05-159-23/+23
* src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-155-17/+17
* src: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-1515-107/+107
* [sim] Fixed path handling in sim client and mobile app.Nico Golde2011-05-022-2/+2