Hello,

Selon Michael 'Mickey' Lauer <mic...@vanille-media.de>:

.........

> > PAT_SMS_PDU_HEADER = re.compile(
> > '(?P<index>\d+),(?P<status>\d+),(?:"(?P<name>[^"]*)")?,(?P<pdulen>\d+)' )
>
> Which gets overridden by the Neptune's mediator.py like that:
>
......
> PAT_SMS_PDU_HEADER_SINGLE = re.compile( '(?P<status>\d
> +)(?:,"(?P<name>[^"]*)")?,(?P<pdulen>\d+)' )
>
> const.PAT_SMS_PDU_HEADER = PAT_SMS_PDU_HEADER
> const.PAT_SMS_PDU_HEADER_SINGLE = PAT_SMS_PDU_HEADER_SINGLE
>
> That should have the same effect as changing it in const.py, shouldn't
> it?
>
>
> If it doesn't work, then I will pull these constants up into the modem
> abstraction.
>

Sorry, you are right. It works.

Thanks,

Alai

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to