fixeria has uploaded this change for review.

View Change

cdma_ruim: fix copy-pasted desc for EF.AD

Change-Id: I2338f35c21978dd6b8916c0abd57b94f5e087655
---
M pySim/cdma_ruim.py
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/09/42309/1
diff --git a/pySim/cdma_ruim.py b/pySim/cdma_ruim.py
index 0aac683..7bfebae 100644
--- a/pySim/cdma_ruim.py
+++ b/pySim/cdma_ruim.py
@@ -128,7 +128,7 @@
cell_test = 0x04

def __init__(self, fid='6f43', sfid=None, name='EF.AD',
- desc='Service Provider Name', size=(3, None), **kwargs):
+ 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

To view, visit change 42309. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I2338f35c21978dd6b8916c0abd57b94f5e087655
Gerrit-Change-Number: 42309
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>