summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-18[SAP] disable sap socket if it does not exist, otherwise it interrupts normal...nion/sapNico Golde1-0/+2
2012-03-20[SAP] remove sap socket command from vty, instead rely on mobile instance con...Nico Golde4-34/+7
2011-07-14* move inital SAP connect to sim sap-socket command as otherwise all sim acti...Nico Golde1-11/+11
2011-06-30* fix immature assignment of settings before ms has been acquired (vty_interf...Nico Golde1-1/+2
2011-05-23[SAP] implement simple SAP client to be used with the SAP server in the softs...Nico Golde7-66/+504
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 Ayuso31-116/+116
2011-03-09[PATCH] Added runtime selection of gps device.Dario Lombardo4-127/+165
2011-03-02mobile: Store N.ba files in same directory as config fileHarald Welte2-7/+11
2011-03-02mobile: Use config file in ~/.osmocom/bb/mobile.cfgHarald Welte2-10/+25
2011-02-16Added gpsd support.Dario Lombardo3-4/+175
2011-02-16Renamed gps_* functions to osmo_gps_* functions to avoid overlap with libgps ...Dario Lombardo4-19/+19
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-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
2010-12-28[layer23] Enable half rate support in support.cAndreas.Eversberg1-2/+2
2010-12-28[layer23] Timer 3126 must be stopped even if starting time is givenAndreas.Eversberg1-3/+3
2010-12-27layer2: Make it possible to disable or increase the number of RA burstsHolger Hans Peter Freyther2-2/+14
2010-12-27layer23: Enable combining the long optionsHolger Hans Peter Freyther2-2/+23
2010-12-27layer23: Make the logfile configurable with cell_logHolger Hans Peter Freyther3-13/+66
2010-12-27layer23: Not every application supports every option add enumHolger Hans Peter Freyther2-7/+29
2010-12-27layer23: Create an l23_app_info for various information and cb'sHolger Hans Peter Freyther6-5/+66
2010-12-27[cell_log] Use GPS signal, even if it becomes valid during scanningAndreas.Eversberg1-0/+6
2010-12-19update list of networks with information from ITUHarald Welte1-153/+309
2010-12-11layer23: use correct sizeof(sockaddr) for connecting to L1CTL socketDavid Wilson1-2/+3
2010-11-21host layer23: add a small cbch_sniff applicationAlex Badea2-3/+190
2010-11-21layer23 sysinfo: fix parsing of CBCH Mobile AllocationAlex Badea1-1/+1
2010-11-21layer23 sysinfo: store chan_nr when decoding CBCH Channel DescriptionAlex Badea1-0/+1
2010-11-20[layer23] VTY uses CAPITAL letters for all optional parameter namesAndreas.Eversberg1-9/+9
2010-11-20[layer23] VTY supports "show this" to show current MS node onlyAndreas.Eversberg1-4/+15
2010-11-20[layer23] Adding LAC and TMSI (both optional) to test card (rplmn)Andreas.Eversberg4-16/+49
2010-11-20[layer23] Adding LAI to debug output of LOCATION UPDATING REQESTAndreas.Eversberg1-0/+3
2010-11-20[layer23] Bugfix: Exit, if init function failsAndreas.Eversberg1-1/+3
2010-11-14[layer23/mobile] Better overview of "show ms" VTY commandAndreas.Eversberg1-61/+84
2010-11-14[layer23] Cleanup of mobile applicationAndreas.Eversberg5-161/+226
2010-11-14[layer23] Prevent layer23 apps from abort, if socket to layer1 failsAndreas.Eversberg2-6/+17
2010-11-13[layer23] Added support for multiple MS instancesAndreas.Eversberg8-104/+634
2010-11-13[layer23] msgb_free() must in l1ctl.c must called after reading its headerAndreas.Eversberg1-1/+1
2010-11-07layer23/mobile: Enable half_v1 supportSylvain Munaut1-1/+1
2010-11-07[layer23] Call application sends CC Capability on incoming callAndreas.Eversberg1-0/+5
2010-11-06layer23/mobile: Fix 'implicit declaration' warning for mncc_answer()Steve Markgraf1-0/+1