mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-27 07:48:33 +03:00
ara_m: fix sourcecode formatting
Related: OS#6092 Change-Id: I374eefdd1a2763552c98c1928753197e9f753e2b
This commit is contained in:
@@ -228,16 +228,14 @@ class BlockDO(BER_TLV_IE, tag=0xe7):
|
|||||||
class GetCommandDoCollection(TLV_IE_Collection, nested=[RefDO, DeviceConfigDO]):
|
class GetCommandDoCollection(TLV_IE_Collection, nested=[RefDO, DeviceConfigDO]):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
# SEID v1.1 Table 4-2
|
# SEID v1.1 Table 4-2
|
||||||
|
|
||||||
|
|
||||||
class GetResponseDoCollection(TLV_IE_Collection, nested=[ResponseAllRefArDO, ResponseArDO,
|
class GetResponseDoCollection(TLV_IE_Collection, nested=[ResponseAllRefArDO, ResponseArDO,
|
||||||
ResponseRefreshTagDO, ResponseAramConfigDO]):
|
ResponseRefreshTagDO, ResponseAramConfigDO]):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
# SEID v1.1 Table 5-1
|
# SEID v1.1 Table 5-1
|
||||||
|
|
||||||
|
|
||||||
class StoreCommandDoCollection(TLV_IE_Collection,
|
class StoreCommandDoCollection(TLV_IE_Collection,
|
||||||
nested=[BlockDO, CommandStoreRefArDO, CommandDelete,
|
nested=[BlockDO, CommandStoreRefArDO, CommandDelete,
|
||||||
CommandUpdateRefreshTagDO, CommandRegisterClientAidsDO,
|
CommandUpdateRefreshTagDO, CommandRegisterClientAidsDO,
|
||||||
|
|||||||
Reference in New Issue
Block a user