Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vendor_wavecom: Reset the modem on initialization using AT+CFUN=1 | Harald Welte | 2013-03-15 | 1 | -0/+1 |
| | | | | | In some cases the modem might be stuck once we start up, so it's best to re-initialize it at gsmd startup. | ||||
* | wavecom/sysmocom: Directly send GPS/AIS via UDP to gpsd | Harald Welte | 2013-03-14 | 1 | -2/+64 |
| | | | | | | This avoids having to have another client program which then passes messages from gsmd into gpsd. Rather, gpsd can directly receive the messages via UDP. | ||||
* | vendor_wavecom: Make sure MCC of first reported cell is not zero | Harald Welte | 2013-03-02 | 1 | -2/+2 |
| | |||||
* | add support for encapsulating and forwarding GPS and AIS data | Harald Welte | 2013-02-27 | 1 | -1/+54 |
| | | | | | | we simply convert the sysmocom specific unsolicited messages into an usock event which is transported to the client[s] who subscribed to it. | ||||
* | HACKS: Temporary hacks to make it work for wavecom / rf_lock | Harald Welte | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | add new (incomplete) Wavecom vendor module | Harald Welte | 2012-06-01 | 1 | -0/+152 |