On 13/03/2019 21:23, Jonas Bonn wrote:
There are a couple of semi-independent changes here:
* use the 'vendor' parameter to pass the modem 'model'
* support TOBY L4 modem which uses a fixed CID for configuring the EPS
default bearer
* add the setup of authentication parameters that was recently added to
the atmodem LTE driver
---
drivers/ubloxmodem/lte.c | 101 ++++++++++++++++++++++++++++++++++-----
1 file changed, 89 insertions(+), 12 deletions(-)
diff --git a/drivers/ubloxmodem/lte.c b/drivers/ubloxmodem/lte.c
index 34397dfe..e0f419b6 100644
--- a/drivers/ubloxmodem/lte.c
+++ b/drivers/ubloxmodem/lte.c
@@ -39,24 +39,85 @@
#include "ubloxmodem.h"
-static const char *ucgdflt_prefix[] = { "+UCGDFLT:", NULL };
+static const char * const none_prefix[] = { NULL };
Same here, the const on the pointer here is no good.
/Jonas
_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono