summaryrefslogtreecommitdiffstats
path: root/src/host
AgeCommit message (Expand)AuthorFilesLines
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.Eversberg14-300/+790
2011-05-22layer23: update to new GSMTAP API in libosmocore >= 0.3.1Harald Welte3-23/+23
2011-05-15src: use namespace prefix osmo_* for crc16 functionsPablo Neira Ayuso1-4/+4
2011-05-15src: use namespace prefix osmo_* for utilsPablo Neira Ayuso7-17/+17
2011-05-15src: use namespace prefix osmo_wqueue*Pablo Neira Ayuso3-5/+5
2011-05-15src: use namespace prefix osmo_signal*Pablo Neira Ayuso9-23/+23
2011-05-15src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso7-34/+34
2011-05-15src: use namespace prefix osmo_timer*Pablo Neira Ayuso17-120/+120
2011-05-02[sim] Fixed path handling in sim client and mobile app.Nico Golde2-2/+2
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso47-152/+153
2011-03-09[PATCH] Added runtime selection of gps device.Dario Lombardo6-132/+177
2011-03-02mobile: Store N.ba files in same directory as config fileHarald Welte3-7/+13
2011-03-02mobile: Use config file in ~/.osmocom/bb/mobile.cfgHarald Welte2-10/+25
2011-02-16Added gpsd support.Dario Lombardo5-4/+182
2011-02-16Renamed gps_* functions to osmo_gps_* functions to avoid overlap with libgps ...Dario Lombardo5-24/+24
2011-01-27[l1ctl] Adding missing msgb_free()Andreas.Eversberg1-0/+1
2011-01-26cell_log: Added command line switches to change default gps device and baud r...Dario Lombardo1-1/+16
2011-01-23ccch: Print paging of tyep2Holger Hans Peter Freyther1-1/+46
2011-01-23ccch: Decode the paging1 type paging requestsHolger Hans Peter Freyther1-1/+112
2011-01-23ccch: Print the decoded immediate assignment again, ignore two messagesHolger Hans Peter Freyther1-5/+11
2011-01-23ccch: Stop using fprintf for the SIHolger Hans Peter Freyther1-30/+13
2011-01-23logging: Move DRSL, DLAPDM, DL1C to LOGL_NOTICE as defaultHolger Hans Peter Freyther1-3/+3
2011-01-23misc: Ignore two misc application binariesHolger Hans Peter Freyther1-0/+2
2011-01-23ccch: Stop following assignment requests and sending LUsHolger Hans Peter Freyther1-41/+8
2011-01-23ccch: Fix the cast of the frequency listHolger Hans Peter Freyther1-1/+1
2011-01-23ccch: Remove the app_phone.c, move it to the app_ccch_scan fileHolger Hans Peter Freyther3-73/+41
2011-01-23ccch: Add a copyright header to that file.Holger Hans Peter Freyther1-0/+22
2011-01-23layer23: Rename layer23 to ccch_scan as discussed on the mlHolger Hans Peter Freyther2-4/+3
2011-01-18update .gitignoreSteve Markgraf1-0/+1
2010-12-28[layer23] Enable half rate support in support.cAndreas.Eversberg1-2/+2