mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
osmo-smdpp: ignore EID check in EUM cert
Change-Id: Ia5baf42878f0e83b0d24350c5b265a8aadbe1a34
This commit is contained in:
@@ -618,7 +618,7 @@ class SmDppHttpServer:
|
||||
|
||||
# Verify EID is within permitted range of EUM certificate
|
||||
if not validate_eid_range(ss.eid, eum_cert):
|
||||
raise ApiError('8.1.4', '6.1', 'EID is not within the permitted range of the EUM certificate')
|
||||
logger.info('The EID is not within the permitted range of the EUM certificate, but lets ignore it!')
|
||||
|
||||
# Verify that the serverChallenge attached to the ongoing RSP session matches the
|
||||
# serverChallenge returned by the eUICC. Otherwise, the SM-DP+ SHALL return a status code "eUICC -
|
||||
|
||||
Reference in New Issue
Block a user