Attention is currently required from: lynxis lazus, neels.
laforge has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/pysim/+/41689?usp=email )
Change subject: RFC: saip: templates: fix naming of EF.SUPI_NAI ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/pysim/+/41689/comment/44f91d63_85caf54c?usp=ema... : PS1, Line 11: NSI, but somehow it's working V2.3 of the SAIP ASN.1: ``` ef-nsi { fileDescriptor : { efFileSize '14'H -- 20 bytes }, fillFileContent : 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF'H },
``` V3.3.1 of the SAPI ASN.1 (whcih we use in pySim): ``` ef-supinai { fileDescriptor : { efFileSize '14'H -- 20 bytes }, fillFileContent : 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF'H }, ```