fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/42388?usp=email )
Change subject: cdma_ruim: fix inaccurate comment for EF_AD
......................................................................
cdma_ruim: fix inaccurate comment for EF_AD
Change-Id: I71ea27fd30e44685ff35f49843072ca392995973
---
M pySim/cdma_ruim.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/88/42388/1
diff --git a/pySim/cdma_ruim.py b/pySim/cdma_ruim.py
index 7bfebae..6b71251 100644
--- a/pySim/cdma_ruim.py
+++ b/pySim/cdma_ruim.py
@@ -131,7 +131,7 @@
desc='Administrative Data', size=(3, None), **kwargs):
super().__init__(fid, sfid=sfid, name=name, desc=desc, size=size,
**kwargs)
self._construct = Struct(
- # Byte 1: Display Condition
+ # Byte 1: MS operation mode
'ms_operation_mode'/Enum(Byte, self.OP_MODE),
# Bytes 2-3: Additional information
'additional_info'/Bytes(2),
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42388?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I71ea27fd30e44685ff35f49843072ca392995973
Gerrit-Change-Number: 42388
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>