summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gsmd/AT@COPS: don't use cmd before it is allocatedHEADmasterHarald Welte2013-10-141-1/+1
* cell_log: Suppress syslog()ing CME ERRORS which are no errorsHarald Welte2013-10-131-0/+10
* wavecom: Don't do AT+CFUN=1 in wavecom_inittsettingsHarald Welte2013-10-131-1/+0
* wavecom/sysmocom: use AT@COPS if available, instead of AT+COPSHarald Welte2013-10-132-2/+50
* some modems (like wavecom) require a CR after the Ctrl+Z in PDU modeHarald Welte2013-09-291-0/+1
* increment library version as we broke the ABIHarald Welte2013-09-291-1/+1
* permit gsmd and libgsm to handle multiple instancesHarald Welte2013-09-294-8/+38
* make gsmd fail if the serial device disappearsHarald Welte2013-09-291-2/+4
* util: Remove shadowin of the readset parameterHolger Hans Peter Freyther2013-09-241-1/+0
* lgsm: Allow to set any user data for the gsm handleHolger Hans Peter Freyther2013-09-242-0/+13
* cell_log: Use a custom RF-Lock handling to unlock the GSM networkHolger Hans Peter Freyther2013-03-171-11/+54
* wavecom: Fix unaligned memory access and silent stack corruptionHolger Hans Peter Freyther2013-03-171-4/+4
* cell_log: Move from LOG_INFO to LOG_NOTICE for the operator messagesHolger Hans Peter Freyther2013-03-161-2/+2
* cell_log: Fix typo in the debug log messageHolger Hans Peter Freyther2013-03-161-1/+1
* cell_log: power-cycle the modem on CME ERROR 515Harald Welte2013-03-151-1/+16
* Add run-time changing of gsmd log level via libgsm/libgsmd-toolHarald Welte2013-03-154-1/+35
* vendor_wavecom: Reset the modem on initialization using AT+CFUN=1Harald Welte2013-03-151-0/+1
* update copyright noticeHarald Welte2013-03-141-0/+1
* gsmd: default log level is INFO, not DEBUGHarald Welte2013-03-141-1/+1
* Convert DEBUG to ERROR/INFO/NOTICE where applicableHarald Welte2013-03-142-17/+17
* gsmd: introduce command line option for log levelHarald Welte2013-03-142-3/+10
* wavecom/sysmocom: Directly send GPS/AIS via UDP to gpsdHarald Welte2013-03-141-2/+64
* vendor_wavecom: Make sure MCC of first reported cell is not zeroHarald Welte2013-03-021-2/+2
* gsmd: Support Operator Names with parenthesis in their long/short nameHarald Welte2013-03-021-2/+5
* add new utility to take GPS and AIS messages and fwd them via UDPHarald Welte2013-02-272-1/+188
* add support for encapsulating and forwarding GPS and AIS dataHarald Welte2013-02-272-1/+62
* HACKS: Temporary hacks to make it work for wavecom / rf_lockHarald Welte2012-06-013-4/+11
* add new cell_log program, scanning for networsk/cells and rf_locking BTSHarald Welte2012-06-012-1/+440
* add new (incomplete) Wavecom vendor moduleHarald Welte2012-06-012-1/+156
* shell: fix manual operator selectionHarald Welte2012-06-011-1/+1
* introduce new "Cell Info" EventHarald Welte2012-06-011-0/+9
* use talloc_zero_size instead of talloc_sizeHarald Welte2012-06-012-4/+4
* adjust return length for ticket #1591 (Erin Yueh)erin_yueh2008-09-021-2/+4
* * fix segfault with generic machine plugin (by Jamal Selim)laforge2008-07-031-1/+2
* gsmd: fix clip & colp parser problem (Erin Yueh)erin_yueh2008-03-251-19/+36
* gsmd: fixing the missing prototype (Sudharshan S)erin_yueh2008-03-181-1/+1
* gsmd: add AT commands for GTA01 devices (Erin Yueh)erin_yueh2008-03-182-2/+19
* gsmd: Query Antenna Status (Erin Yueh)erin_yueh2008-03-063-0/+26
* gsmd: revert to r4158 (Erin Yueh)erin_yueh2008-03-041-1/+0
* gsmd: change TE character set to UCS2 (olv)erin_yueh2008-03-041-0/+1
* gsmd: add vibrator at cmd (Sudharshan S)erin_yueh2008-02-263-1/+66
* gsmd: get the operator list 2nd try (Paulius Zaleckas)erin_yueh2008-02-211-1/+10
* gsmd: fix gcc warning (Erin Yueh)erin_yueh2008-02-216-9/+9
* gsmd: get battery status (Sudharshan S)erin_yueh2008-02-214-9/+49
* gsmd: bug fixed for some changes (Sudharshan S, Paulius Zaleckas)erin_yueh2008-02-182-25/+11
* gsmd: add retrieving phone info (Erin Yueh)erin_yueh2008-02-153-2/+126
* gsmd: bug fixed for atcmd buffer lengh (Erin Yueh)erin_yueh2008-02-151-2/+1
* gsmd: remove dead imsi code and fix bug (Paulius Zaleckas)erin_yueh2008-02-131-9/+1
* gsmd: add strlcpy, strlcat functions (Paulius Zaleckas)erin_yueh2008-02-139-33/+118
* gsmd: fix error handling in libgsmd-tool (Paulius Zaleckas)erin_yueh2008-02-082-1/+3
personal git repositories of Harald Welte. Your mileage may vary