summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon/osmocon.c
Commit message (Expand)AuthorAgeFilesLines
* osmocon: if we ignore a return value, we don't need to assign it to a variableHarald Welte2011-07-161-3/+1Star
* osmocon: get rid of some Smash warningsHarald Welte2011-07-161-6/+6
* src: use namespace prefix osmo_* for utilsPablo Neira Ayuso2011-05-151-4/+4
* src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-151-12/+12
* src: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-151-9/+9
* src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso2011-04-261-8/+8
* osmocon: make beacon interval configurable via cmdlineAlex Badea2010-11-171-10/+16
* osmocom.c: rc is not assigned and contains garbage, return 0.Holger Hans Peter Freyther2010-10-021-2/+2
* osmocon.c: Use C99 inttypes instead of u_intX_t.Holger Hans Peter Freyther2010-10-021-5/+5
* [osmocon] add a chainloading mode for the compal ramloaderSteve Markgraf2010-07-201-6/+27
* osmocon: new debug option, allows selective dumping of rx and/or tx.Ingo Albrecht2010-07-201-24/+49
* osmoload: allow running without firmware imageIngo Albrecht2010-07-201-12/+13
* osmocon.c: enable hdlc console for mtk romloader targetsSteve Markgraf2010-07-151-5/+5
* osmocon: extend hexdump to show all printable charactersJan Luebbe2010-05-191-3/+9
* osmocon: change mtk load address for MT6223 romloaderSteve Markgraf2010-05-191-1/+1
* osmocon: Add experimental support for the MTK romloaderSteve Markgraf2010-05-171-10/+291
* osmocon: use a global load addressSteve Markgraf2010-05-171-9/+11
* osmocon: cosmetic cleanupSteve Markgraf2010-05-171-19/+22
* osmocon: use osmocore timers, minor fixesSteve Markgraf2010-05-171-42/+15Star
* osmocon.c: Fix serial_set_baudrate functionDaniel Willmann2010-05-171-0/+5
* osmocom: Fix serial init (CSIZE field)Sylvain Munaut2010-04-211-1/+1
* osmocon: fix c140xor, fix compiler warnings due to unhandled cases, cleanupSteve Markgraf2010-04-071-15/+20
* osmocon: use git-version-gen and PACKAGE_VERSION for 'osmocon -v'Harald Welte2010-04-061-3/+1Star
* osmocon: cosmetic cleanup (mostly 80character line length)Harald Welte2010-04-061-80/+128
* osmocon: * introduce support for "non-secure" romloader inside Calypso/Calyps...Steve Markgraf2010-04-061-31/+464
* osmocon: use serial port initialization code from openbsc/src/rs232.cHarald Welte2010-03-301-43/+38Star
* osmocon: calcluate unix domain socket length in a portable wayHarald Welte2010-03-301-2/+15
* misc compiler warning fixesHarald Welte2010-03-221-3/+3
* Two more small patchesErik Ekman2010-03-191-2/+2
* Handle EAGAIN. Print errors properly.Ingo Albrecht2010-03-071-2/+8
* Fixed transmit path of osmocon in various ways.Ingo Albrecht2010-03-071-16/+28
* Loader communications support in osmocon. Generalized tool connections.Ingo Albrecht2010-03-071-48/+89
* Renamed layer2_connection -> tool_connection.Ingo Albrecht2010-03-071-7/+7
* osmocon: drain the hdlc sercomm queue through selectHarald Welte2010-03-071-5/+23
* osmocon: we don't want to write to serial FD after download completedHarald Welte2010-03-071-0/+1
* Fix three more warningsErik Ekman2010-03-011-1/+3
* Fix some warnings in osmoconErik Ekman2010-03-011-1/+3
* add osmocon TPU debugger supportHarald Welte2010-02-231-0/+3
* convert osmocon to autotoolsHarald Welte2010-02-201-2/+2
* build of osmocon using libosmocoreHarald Welte2010-02-201-3/+3
* Initial import of OsmocomBB into git repositoryHarald Welte2010-02-181-0/+660