summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-30[mobile] introduce and use gsm48_mmevevent_input()laforge/mobile_eventHarald Welte5-85/+39
2011-01-30[mobile] replace 3 different gsm322_makesend_* functions with oneHarald Welte5-68/+48
2011-01-30[mobile] simplify code to send events into GSM 3.22 codeHarald Welte5-119/+115
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
2010-10-30layer23: Use the new rach_req format in l1ctl and update l23 apps to use itAndreas.Eversberg5-14/+15
2010-10-30[layer23] cell_log's scanning depth now depends on movement speedAndreas.Eversberg3-28/+50
2010-10-30[layer23] Fixed T3 value in RACH confirm messageAndreas.Eversberg1-1/+1
2010-10-27layer23/mobile: Add configuration option for automatically answering callsSteve Markgraf2-0/+30
2010-10-27layer23: typo/cosmetic fixes in cell_log.c and mnccms.cSteve Markgraf2-16/+13
2010-10-25layer23/vty_interface: Fix typos, AMR is v3 not v1Sylvain Munaut1-2/+2
2010-10-25[layer23] Fix of LAPDm when handling "timer recovery state"Andreas.Eversberg1-6/+19
2010-10-24[layer23] Reverted commit ece1463...Andreas.Eversberg1-11/+7
2010-10-24[layer23] Adding application to scan/receive and log SYSTEM INFORMATIONSAndreas.Eversberg3-1/+874