osmocom-bb.git
2010-03-07 Ingo AlbrechtBuffer formatting and scanning functions.
2010-03-07 Ingo AlbrechtAllow use of uart driver without interrupts.
2010-03-07 Ingo AlbrechtAllow use of keypad driver without interrupts.
2010-03-07 Ingo AlbrechtSome msgb formatting functions.
2010-03-07 Ingo AlbrechtNew build system.
2010-03-07 Harald WelteMerge remote branch 'origin/master'
2010-03-07 Ingo AlbrechtSome attribute macros, including placeholders for fast...
2010-03-07 Harald Welteosmocon: drain the hdlc sercomm queue through select
2010-03-07 Harald Welteadd 'struct timer_list' timer code similar to linux...
2010-03-07 Harald Welteosmocon: we don't want to write to serial FD after...
2010-03-07 Harald Weltesercomm: prevent DLCI array overflow
2010-03-06 Harald Weltedon't include trailing \0 termination in cons_puts()
2010-03-06 Harald Welteremove cons_memcpy(), as memcpy() is now fixed
2010-03-06 Harald Weltepass the correct cross compiler path name from master...
2010-03-06 Harald Weltefix assembler memcpy() for little endian
2010-03-05 Harald Welteadd new ARFCN flag to indicate that we're dealing with...
2010-03-05 Harald Weltelayer23: correct byte ordering of IP address
2010-03-04 Holger Hans... layer1/init.c: Pass 0 as arcfn to fix the compilation.
2010-03-04 Holger Hans... l1a_l23_interface.h: struct gsm_time was not packed...
2010-03-04 Harald Welteupdate wireshakr gsmtap patch with the 2nd version...
2010-03-04 Harald Welteensure RF_ARFCN is part of l1ctl messages sent to host
2010-03-04 Harald Welteupdate wireshark GSMTAP patch for GSMTAP protocol versi...
2010-03-04 Harald Weltelayer23: GSMTAP update (gsmtap for uplink, DCCH and...
2010-03-04 Harald Weltelayer23: rsl_dec_chan_nr is now in libosmocore
2010-03-04 Harald WelteMerge commit '8c8caaa1acaf4d863a219332f6a07cd70b6b5981'
2010-03-04 Harald Welteupdate GSMTAP to version 0x02
2010-03-04 Harald WelteMerge commit '6fec514d7bcf8e6fe469d31ccc13d5cd473058a4'
2010-03-04 Harald Weltefix CCCH parsing
2010-03-04 Harald Welteadd new rsl_dec_chan_nr() function
2010-03-04 Harald Welteupdate to reflect libosmocore api change
2010-03-04 Harald WelteMerge commit '61e2bfc5f44267a7a3b0b25ff3ab922fca2a199c'
2010-03-04 Harald Welteimport gsm48 utility functions from OpenBSC
2010-03-04 Harald Welteimport bcd2char() and char2bcd() from OpenBSC
2010-03-04 Harald Welteimport gsm_band_name() and gsm_band_parse() from OpenBSC
2010-03-04 Harald Welteadd 'transparent' argument to rsl_rll_push_l3() and...
2010-03-04 Harald Weltefix rsl_enc_chan_nr() for SDCCH4
2010-03-03 Harald Weltefix master Makefile with layer23 rename
2010-03-03 Harald Weltelayer23: add some FIXMEs to remind us about missing...
2010-03-03 Harald Welteadd some notes about layer23 architecture
2010-03-03 Harald WelteRename 'layer2' program to 'layer23' program
2010-03-03 Harald Weltelayer2: Rename layer2.[ch] to l1ctl.[ch] as they only...
2010-03-03 Harald Weltelayer2: move dump_bcch() into layer3.c where it belongs
2010-03-03 Harald Weltelayer2/lapdm: various fixes
2010-03-03 Harald Weltelayer2: more sanity checks, ensure msg->l1h is set...
2010-03-03 Harald Weltelayer2_main: Don't use LOGP API yet, and print error...
2010-03-03 Harald Weltemake sure msg->l3h is set correctly
2010-03-03 Harald Weltemake sure LAPDM datalink starts in state IDLE not NULL
2010-03-03 Harald WelteLayer1: various fixes + debugging aid
2010-03-03 Harald Weltedeclare l1s_dsp_abort() in header file
2010-03-03 Harald Weltefix Makefile dependencies to C files
2010-03-03 Harald Weltesched_gsmtime uses const for 'struct tdma_sched_item *'
2010-03-02 Harald Welteadd missing layer3.c file
2010-03-02 Harald Welteimport some GSM 04.08 utility code from OpenBSC
2010-03-02 Harald Weltelayer2: rename files to remove extra osmocom_ prefix
2010-03-02 Harald Weltelayer2 program: Use new RSL utility routines, split...
2010-03-02 Harald WelteMerge commit 'f08eabf2341de43993918246e89ce30c3651f378'
2010-03-02 Harald Welteadd two new RSL utility functions
2010-03-02 Harald WelteLayer1 CTL interface improvements: Don't hardcode SDCCH4/0
2010-03-02 Harald WelteIntroduce CONFIG_TX_ENABLE and disable Tx support by...
2010-03-02 Harald Weltefix merge artefacts, make firmware build again
2010-03-02 Harald WelteMerge remote branch 'origin/uplink' into mater
2010-03-02 Harald WelteMerge commit 'fdd0a700930bdd04bc8827ef88dc5039ecc5b6ce'
2010-03-02 Harald WelteInter-Layer intergration work
2010-03-01 Harald WelteMajor update: Start L2/L3 implementation on PC side
2010-03-01 Harald WelteInclude channel number and link identifier in L1 DL...
2010-03-01 Harald Welteextend TDMA scheduler functions to use third parameter...
2010-03-01 Harald Welteadd test mode mframe task: Send Normal Burst in every...
2010-03-01 Harald Welteadd missing async.h file (belongs to 0da792f2522eef475d...
2010-03-01 Harald WelteSERCOMM: make sure to disable IRQ/FIQ to avoid race...
2010-03-01 Harald Welteprint error message if tailroom is insufficient during...
2010-03-01 Harald Weltedisable IRQ and FIQ when entering the ABORT handler
2010-03-01 Harald Welteadd an actual Layer1 asynchronous (L1A) API that can...
2010-03-01 Harald WelteAdd and use gsmtime scheduler to L1S
2010-03-01 Harald WelteAdd new one-shot gsmtime scheduler
2010-03-01 Harald WelteLayer1 Sync support for TX of Normal Burst and RACH...
2010-03-01 Harald Weltelayer1/sync: Add msgb queues for transmit/uplink to...
2010-03-01 Harald WelteUplink: Use TPU window driven model
2010-03-01 Harald WelteTRF6151: Add new trf6151_tx_window() function
2010-03-01 Harald Weltetwl3025: fix typo
2010-03-01 Harald WelteTWL3025: add default APC ramp
2010-03-01 Harald Weltemove macros to where they belong
2010-03-01 Harald Weltelayer1/tpu_window.c support for Uplink/Tx
2010-03-01 Harald WeltePrepare DSP functions needed for Uplink (Tx)
2010-03-01 Harald WelteCompal RFFE suport for Upplink (PA enable)
2010-03-01 Harald WelteTRF6151: add Uplink support
2010-03-01 Harald WelteTWL3025: Add uplink enable/disable function
2010-03-01 Harald WelteImport value_string utilities and some RSL stuff from...
2010-03-01 Harald Welteadd msgb_l1() and msgb_l1len() inline functions
2010-03-01 Harald WelteImport value_string utilities and some RSL stuff from...
2010-03-01 Harald Welteadd msgb_l1() and msgb_l1len() inline functions
2010-03-01 Erik EkmanFix three more warnings
2010-03-01 Erik EkmanFix some warnings in osmocon
2010-03-01 Harald WelteImport value_string utilities and some RSL stuff from...
2010-03-01 Holger Hans... [layer2] Remove symlink... it is now provided by libosm...
2010-03-01 Harald Welteadd small script with command that can be used to updat...
2010-03-01 Harald WelteMerge commit '00096acb8fbbf76b4fd8a223a2684df6c370d9f9'
2010-03-01 Harald Weltemsgb: add msgb->l1h member
2010-02-28 Harald Welteensure osmocom-bb builds with older gcc-3.x based toolc...
2010-02-28 Harald Welteensure we always have 256bytes net data size, excluding...
2010-02-28 Harald WelteUse new multiframe scheduler for scheduling of normal...
next