summaryrefslogtreecommitdiffstats
path: root/src/host
Commit message (Expand)AuthorAgeFilesLines
* [layer23/lapdm] Added more headroom for data indication to prevent underrunAndreas.Eversberg2010-08-121-1/+1
* [layer23] Removed hack: Allocate SDCCH when requesting a TCHAndreas.Eversberg2010-08-121-13/+12Star
* [layer23] Paging response depends on the supported channels: SDCCH, TCH/F, an...Andreas.Eversberg2010-08-113-6/+46
* Added support for NMEA GPS receiverAndreas.Eversberg2010-08-105-1/+283
* Added sequence number to L3 messages (see GSM 04.08 Clause 3.1.4.3)Andreas.Eversberg2010-08-103-2/+58
* [layer23] use gsm48_decode_freq_list() which has been moved into libosmocoreHarald Welte2010-08-042-445/+14Star
* [layer23] Correctly release a call, if not yet acknowledged by the networkAndreas.Eversberg2010-08-012-1/+7
* layer23: Fix Makefile.am noinst_HEADERS for vty.hSylvain Munaut2010-07-301-1/+1
* [layer23] request a layer1 reset on startup of layer2 applicationsSteve Markgraf2010-07-293-0/+3
* layer23: Unify the prefix of l1ctl TX functionsSylvain Munaut2010-07-276-27/+30
* include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut2010-07-277-6/+6
* layer23: Use libosmocore rsl_chan_nr_str instead of local funcSylvain Munaut2010-07-271-28/+1Star
* layer23: Split [2/2] -> The header filesSylvain Munaut2010-07-2750-122/+132
* layer23: Split [1/2] -> The source codeSylvain Munaut2010-07-2729-25/+34
* layer23: Pre-rework of the Makefile.amSylvain Munaut2010-07-251-9/+8Star
* layer23/include: Remove eXecutable permission bit from gsm322.hSylvain Munaut2010-07-251-0/+0
* layer23: Switch to using gsmtap_util from libosmocomSylvain Munaut2010-07-2511-204/+4Star
* layer23: Remove useless file telnet_interface.cSylvain Munaut2010-07-251-240/+0Star
* layer23: Alloc some headroom in incoming l1ctl packetsSylvain Munaut2010-07-251-1/+2
* [layer23] Fixed interpretation of the power measurement result.Andreas.Eversberg2010-07-221-1/+1
* [layer23] Re-structured the VTY commands for SIM insert/removeAndreas.Eversberg2010-07-224-16/+23
* [osmocon] add a chainloading mode for the compal ramloaderSteve Markgraf2010-07-201-6/+27
* loader: meaner. now supports address ranges for all relevant flash operations...Ingo Albrecht2010-07-201-116/+274
* osmoload: better messageIngo Albrecht2010-07-201-1/+1
* osmocon: new debug option, allows selective dumping of rx and/or tx.Ingo Albrecht2010-07-201-24/+49
* osmoload: fixed programming abortIngo Albrecht2010-07-201-1/+1
* osmoload: flash programmingIngo Albrecht2010-07-201-6/+137
* osmoload: allow running without firmware imageIngo Albrecht2010-07-201-12/+13
* loader: flash locking commands, various flash reworkIngo Albrecht2010-07-201-9/+173
* loader: new state handling for memdump, added missing crc handling to memputIngo Albrecht2010-07-201-22/+34
* loader: incomplete crc support and query timeoutsIngo Albrecht2010-07-201-26/+64
* osmoload: fix some printfs.Ingo Albrecht2010-07-201-2/+2
* loader: reply dump mode. additional information in init reply.Ingo Albrecht2010-07-201-5/+14
* osmoload: command reorg, state machine reorg, query timeoutsIngo Albrecht2010-07-201-78/+172
* osmoload: Added a jump command.Ingo Albrecht2010-07-201-0/+30
* osmoload: Print something when loader starts. Fix handling of unknown replies.Ingo Albrecht2010-07-201-1/+4
* osmoload: memload commandIngo Albrecht2010-07-201-4/+102
* osmoload: memdump commandIngo Albrecht2010-07-201-37/+203
* Add a copyright message to osmoload.Ingo Albrecht2010-07-201-0/+21
* Loader with memory read/write and various lifecycle operations.Ingo Albrecht2010-07-201-7/+101
* [layer23] Several minor changes and minor fixesAndreas.Eversberg2010-07-207-45/+44Star
* [layer23] Fixed "return to IDLE" after cell re-selection.Andreas.Eversberg2010-07-194-12/+21
* [layer23] Option "no location-updating" to disabled location updatingAndreas.Eversberg2010-07-173-3/+41
* [layer23] Fixed cell search process of automatic network selectionAndreas.Eversberg2010-07-171-22/+47
* [layer23] After location updating, the last cell is selected without searchAndreas.Eversberg2010-07-174-54/+83
* [layer23] Fixed establishment of multiple MM connectionsAndreas.Eversberg2010-07-161-28/+29
* [layer23] Added simple network monitor. Use "monitor network 1" to enable.Andreas.Eversberg2010-07-167-2/+141
* [layer23] Changed the rxlev values in gsm322.c to GSM formatAndreas.Eversberg2010-07-152-47/+64
* osmocon.c: enable hdlc console for mtk romloader targetsSteve Markgraf2010-07-151-5/+5
* [layer23] Fixed call reference for incomming calls. (mobile terminated)Andreas.Eversberg2010-07-153-17/+19