Re: [PATCH 1/1] telit: fix #PSNT values interpretation for HSDPA and LTE modems

2017-06-16 Thread Aleksander Morgado
On Fri, Jun 16, 2017 at 4:12 PM, Daniele Palmas wrote: > Telit LTE modems use #PSNT: 4 for LTE access technology, > and #PSNT: 5 for unknown access technology, while HSDPA > modems use #PSNT: 4 for unknown access technology. > > This patch fixes those #PSNT values interpretation

[PATCH 1/1] telit: fix #PSNT values interpretation for HSDPA and LTE modems

2017-06-16 Thread Daniele Palmas
Telit LTE modems use #PSNT: 4 for LTE access technology, and #PSNT: 5 for unknown access technology, while HSDPA modems use #PSNT: 4 for unknown access technology. This patch fixes those #PSNT values interpretation according to the modem capabilities. --- Hi, this patch needs commit

Re: [PATCH v2 1/1] helpers: extend +WS46=? response parser to support ranges

2017-06-16 Thread Daniele Palmas
2017-06-16 15:56 GMT+02:00 Aleksander Morgado : > On 16/06/17 14:57, Daniele Palmas wrote: >> Telit LTE modems could reply to +WS46=? with: >> >> +WS46: (12,22,25,28-31) >> >> This patch extends +WS46=? response parser to support ranges. >> --- >> v2: used

Re: [PATCH v2 1/1] helpers: extend +WS46=? response parser to support ranges

2017-06-16 Thread Aleksander Morgado
On 16/06/17 14:57, Daniele Palmas wrote: > Telit LTE modems could reply to +WS46=? with: > > +WS46: (12,22,25,28-31) > > This patch extends +WS46=? response parser to support ranges. > --- > v2: used mm_parse_uint_list as suggested by Aleksander Pushed to git master and mm-1-6. I realized late

Re: Setup MC7455 connection to internet with modem manager

2017-06-16 Thread Thomas Haller
Hi, On Fri, 2017-06-16 at 14:19 +0200, Nassim Dahmani wrote: > Thank you really much it finally works, I still have two questions: > > -In my box I have two wifi card that I configure with hostapd but it > doesn't work with NM so I suppose that the easier way will be to > setup the access point

[PATCH v2 1/1] helpers: extend +WS46=? response parser to support ranges

2017-06-16 Thread Daniele Palmas
Telit LTE modems could reply to +WS46=? with: +WS46: (12,22,25,28-31) This patch extends +WS46=? response parser to support ranges. --- v2: used mm_parse_uint_list as suggested by Aleksander --- src/mm-modem-helpers.c | 25 - src/tests/test-modem-helpers.c | 32

Re: Setup MC7455 connection to internet with modem manager

2017-06-16 Thread Nassim Dahmani
Thank you really much it finally works, I still have two questions: -In my box I have two wifi card that I configure with hostapd but it doesn't work with NM so I suppose that the easier way will be to setup the access point with NM or is there another way to setup an internet connection without

Re: [PATCH 1/1] helpers: extend +WS46=? response parser to support ranges

2017-06-16 Thread Daniele Palmas
Hi Aleksander, 2017-06-16 10:39 GMT+02:00 Aleksander Morgado : > Hey Daniele, > > On Fri, Jun 16, 2017 at 10:11 AM, Daniele Palmas wrote: >> Telit LTE modems could reply to +WS46=? with: >> >> +WS46: (12,22,25,28-31) >> >> This patch extends +WS46=?

Re: [PATCH 1/1] helpers: extend +WS46=? response parser to support ranges

2017-06-16 Thread Aleksander Morgado
Hey Daniele, On Fri, Jun 16, 2017 at 10:11 AM, Daniele Palmas wrote: > Telit LTE modems could reply to +WS46=? with: > > +WS46: (12,22,25,28-31) > > This patch extends +WS46=? response parser to support ranges. > --- > Hi, > > current mm log is > > Jun 15 15:04:04 L2122

[PATCH 1/1] helpers: extend +WS46=? response parser to support ranges

2017-06-16 Thread Daniele Palmas
Telit LTE modems could reply to +WS46=? with: +WS46: (12,22,25,28-31) This patch extends +WS46=? response parser to support ranges. --- Hi, current mm log is Jun 15 15:04:04 L2122 ModemManager[831]: (ttyACM0): --> 'AT+WS46=?' Jun 15 15:04:04 L2122 ModemManager[831]: (ttyACM0): <-- '' Jun 15