summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [layer23] Enable half rate support in support.cAndreas.Eversberg2010-12-281-2/+2
* [layer23] Timer 3126 must be stopped even if starting time is givenAndreas.Eversberg2010-12-281-3/+3
* layer2: Make it possible to disable or increase the number of RA burstsHolger Hans Peter Freyther2010-12-272-2/+14
* layer23: Enable combining the long optionsHolger Hans Peter Freyther2010-12-273-2/+26
* layer23: Make the logfile configurable with cell_logHolger Hans Peter Freyther2010-12-274-13/+69
* layer23: Not every application supports every option add enumHolger Hans Peter Freyther2010-12-273-7/+40
* layer23: Create an l23_app_info for various information and cb'sHolger Hans Peter Freyther2010-12-277-5/+74
* [cell_log] Use GPS signal, even if it becomes valid during scanningAndreas.Eversberg2010-12-271-0/+6
* fw/layer1: Resync TCH primitive on mode changesSylvain Munaut2010-12-271-0/+2
* stdint.h: Next attempt at making this work with various compilersHolger Hans Peter Freyther2010-12-201-0/+7
* update list of networks with information from ITUHarald Welte2010-12-191-153/+309
* [mtk] Add initial / unfinished MT6139 driverHarald Welte2010-12-122-0/+265
* add perl scripts to compute MTK RF Transceiver PLL settingsHarald Welte2010-12-112-0/+4540
* README update about transmit as well as developmentHarald Welte2010-12-112-7/+32
* layer23: use correct sizeof(sockaddr) for connecting to L1CTL socketDavid Wilson2010-12-111-2/+3
* Merge commit 'ab1246e0b5ffa0ac8d7b8e8fbe7c51bc22c8e751'Sylvain Munaut2010-11-286-5/+63
|\
| * protocol: introduce gsm_03_41.hAlex Badea2010-11-282-2/+38
| * gsm_08_58: add struct and constants for RSL_IE_CB_CMD_TYPEAlex Badea2010-11-281-0/+21
| * gsm_04_12: fix 04.13 typosAlex Badea2010-11-281-2/+2
| * utils: Fix typo. It is ascii.Holger Hans Peter Freyther2010-11-191-1/+1
| * gsmtap.h: Add GSMTAP_TYPE_SIMHarald Welte2010-11-181-0/+1
* | wireshark: fixes for the SMSCB dissectorAlex Badea2010-11-281-8/+8
* | fw/layer1: Fix reset of dedicated channel stateSylvain Munaut2010-11-281-0/+3
* | build: Use absolute path in the CFLAGS for libosmocore target buildSylvain Munaut2010-11-281-1/+1
* | wireshark: update SMSCB dissector patchAlex Badea2010-11-271-211/+470
* | fw/layer1: Fix missing include in prim_pm.cSylvain Munaut2010-11-241-0/+1
* | wireshark: add CBS/SMSCB dissector patch [WIP]Alex Badea2010-11-231-0/+248
* | host layer23: add a small cbch_sniff applicationAlex Badea2010-11-212-3/+190
* | layer23 sysinfo: fix parsing of CBCH Mobile AllocationAlex Badea2010-11-211-1/+1
* | layer23 sysinfo: store chan_nr when decoding CBCH Channel DescriptionAlex Badea2010-11-211-0/+1
* | Makefile: introduce 'make nofirmware' target to build host-only toolsHarald Welte2010-11-211-1/+2
* | rita_pll: Compute values for T-GSM 810Harald Welte2010-11-212-0/+15
* | [layer23] VTY uses CAPITAL letters for all optional parameter namesAndreas.Eversberg2010-11-201-9/+9
* | [layer23] VTY supports "show this" to show current MS node onlyAndreas.Eversberg2010-11-201-4/+15
* | [layer23] Adding LAC and TMSI (both optional) to test card (rplmn)Andreas.Eversberg2010-11-206-17/+53
* | [layer23] Adding LAI to debug output of LOCATION UPDATING REQESTAndreas.Eversberg2010-11-201-0/+3
* | [layer23] Bugfix: Exit, if init function failsAndreas.Eversberg2010-11-201-1/+3
* | toplevel Makefile: accept arguments for host ./configure callsAlex Badea2010-11-171-4/+4
* | target uart: remove REG_OFFS() macro side-effectAlex Badea2010-11-171-1/+1
* | target uart: fix preservation of LCRAlex Badea2010-11-171-4/+4
* | osmocon: make beacon interval configurable via cmdlineAlex Badea2010-11-171-10/+16
* | fw/l1/mframe_sched: Fix the TCH_A entries to include the MF_F_SACCH flagSylvain Munaut2010-11-141-4/+8
* | fw/layer1: Use dbm2rxlev instead of just '+110' so that overflows are handledSylvain Munaut2010-11-142-3/+3
* | [layer23/mobile] Better overview of "show ms" VTY commandAndreas.Eversberg2010-11-141-61/+84
* | [layer23] Cleanup of mobile applicationAndreas.Eversberg2010-11-148-162/+245
* | [layer23] Prevent layer23 apps from abort, if socket to layer1 failsAndreas.Eversberg2010-11-142-6/+17
* | Merge commit '7f6615a37df0dadbe86fdfc980e0a8a15013a80e'Sylvain Munaut2010-11-1316-22/+113
|\|
| * Move the generate backtrace call from MSGB_ABORT to osmo_panic handlerSylvain Munaut2010-11-132-2/+2
| * panic: Fix type warning - osmo_panic_handler_t is already a pointer ...Sylvain Munaut2010-11-132-2/+2
| * gsm_utils: Define 4 upper bits as "flags" and mask them out in utility functionsSylvain Munaut2010-11-132-2/+10