summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-24Use the app_info->name instead of the hostnameHarald Welte1-1/+1
2010-12-20stdint.h: Next attempt at making this work with various compilersHolger Hans Peter Freyther1-0/+7
2010-12-20rate_ctr: No need to include the inttypes.hHolger Hans Peter Freyther1-1/+0
2010-12-19update list of networks with information from ITUHarald Welte1-153/+309
2010-12-12[mtk] Add initial / unfinished MT6139 driverHarald Welte2-0/+265
2010-12-11add perl scripts to compute MTK RF Transceiver PLL settingsHarald Welte2-0/+4540
2010-12-11README update about transmit as well as developmentHarald Welte2-7/+32
2010-12-11layer23: use correct sizeof(sockaddr) for connecting to L1CTL socketDavid Wilson1-2/+3
2010-11-28Merge commit 'ab1246e0b5ffa0ac8d7b8e8fbe7c51bc22c8e751'Sylvain Munaut6-5/+63
2010-11-28protocol: introduce gsm_03_41.hAlex Badea2-2/+38
2010-11-28gsm_08_58: add struct and constants for RSL_IE_CB_CMD_TYPEAlex Badea1-0/+21
2010-11-28gsm_04_12: fix 04.13 typosAlex Badea1-2/+2
2010-11-28wireshark: fixes for the SMSCB dissectorAlex Badea1-8/+8
2010-11-28fw/layer1: Fix reset of dedicated channel stateSylvain Munaut1-0/+3
2010-11-28build: Use absolute path in the CFLAGS for libosmocore target buildSylvain Munaut1-1/+1
2010-11-27wireshark: update SMSCB dissector patchAlex Badea1-211/+470
2010-11-24fw/layer1: Fix missing include in prim_pm.cSylvain Munaut1-0/+1
2010-11-23wireshark: add CBS/SMSCB dissector patch [WIP]Alex Badea1-0/+248
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-21Makefile: introduce 'make nofirmware' target to build host-only toolsHarald Welte1-1/+2
2010-11-21rita_pll: Compute values for T-GSM 810Harald Welte2-0/+15
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.Eversberg6-17/+53
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-19utils: Fix typo. It is ascii.Holger Hans Peter Freyther1-1/+1
2010-11-18gsmtap.h: Add GSMTAP_TYPE_SIMHarald Welte1-0/+1
2010-11-17toplevel Makefile: accept arguments for host ./configure callsAlex Badea1-4/+4
2010-11-17target uart: remove REG_OFFS() macro side-effectAlex Badea1-1/+1
2010-11-17target uart: fix preservation of LCRAlex Badea1-4/+4
2010-11-17osmocon: make beacon interval configurable via cmdlineAlex Badea1-10/+16
2010-11-14fw/l1/mframe_sched: Fix the TCH_A entries to include the MF_F_SACCH flagSylvain Munaut1-4/+8
2010-11-14fw/layer1: Use dbm2rxlev instead of just '+110' so that overflows are handledSylvain Munaut2-3/+3
2010-11-14[layer23/mobile] Better overview of "show ms" VTY commandAndreas.Eversberg1-61/+84
2010-11-14[layer23] Cleanup of mobile applicationAndreas.Eversberg8-162/+245
2010-11-14[layer23] Prevent layer23 apps from abort, if socket to layer1 failsAndreas.Eversberg2-6/+17
2010-11-13Merge commit '7f6615a37df0dadbe86fdfc980e0a8a15013a80e'Sylvain Munaut16-22/+113
2010-11-13Move the generate backtrace call from MSGB_ABORT to osmo_panic handlerSylvain Munaut2-2/+2
2010-11-13[layer23] Added support for multiple MS instancesAndreas.Eversberg12-106/+646
2010-11-13[layer23] msgb_free() must in l1ctl.c must called after reading its headerAndreas.Eversberg1-1/+1
2010-11-13panic: Fix type warning - osmo_panic_handler_t is already a pointer ...Sylvain Munaut2-2/+2
2010-11-13gsm_utils: Define 4 upper bits as "flags" and mask them out in utility functionsSylvain Munaut2-2/+10
2010-11-09add definitions for sciphone G2Harald Welte2-0/+40
2010-11-09add some header files about MTK GSM related peripheralsHarald Welte4-0/+226
2010-11-09msgb: fix printing of msgb pointer during MSGB_ABORT()Harald Welte1-1/+1
2010-11-09msgb: don't compare unsigned int with int (fix lcr build)Harald Welte1-2/+2
2010-11-07target_dsp/calypso: Makefile reworkSylvain Munaut1-4/+12