The Following 4 Users Say Thank You to pali For This Useful Post: | ||
|
2016-12-11
, 14:45
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#22
|
$ strings /usr/sbin/sscd | grep -i cipher NET_CIPHERING_IND SIM_SERV_CIPHERING_INDICATOR_DISPLAY_REQUIRED SIM_SERV_CIPHERING_INDICATOR_DISPLAY_NOT_REQUIRED
The Following 4 Users Say Thank You to pali For This Useful Post: | ||
There is NET_CIPHERING_INDICATOR_OFF and NET_CIPHERING_INDICATOR_ON which are probably defines for ciphering_status field in NET_CIPHERING_IND structure.
Looks like those are defines for isi packets and if yes, isi modem could send us this information.
@jonwil, can you recheck if above structure is really not exported by some dbus (or other) api? And if not, it is possible to listen for isi packets on n900 and manually parse them (e.g. find that NET_CIPHERING_IND)?