eclipse / kura

Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
https://eclipse.dev/kura/
Eclipse Public License 2.0
498 stars 305 forks source link

Quectel EG-25 context command is wrong #2992

Closed pierantoniomerlino closed 4 years ago

pierantoniomerlino commented 4 years ago

Describe the bug The chat script generated by Kura for the Quectel EG-25 is wrong. The result is:

ABORT   "BUSY"
ABORT   "VOICE"
ABORT   "NO CARRIER"
ABORT   "NO DIALTONE"
ABORT   "NO DIAL TONE"
ABORT   "ERROR"
""  \rAT
TIMEOUT 1
"OK-+++\c-OK"   ATH0
TIMEOUT 45
OK  at+cgdcont
=1,"IP","web.omnitel.it"
OK  "\d\d\d"
""  "atd*99***1#"
CONNECT "\c"

Please note that the at+cgdcont command is splitted in to two rows.

Expected behavior The at+cgdcont command has to be set on a single line.

MMaiero commented 4 years ago

I believe this also needs to be back-ported, right?