Loading 103705/schema/etsi_types.schema.json +6 −9 Original line number Diff line number Diff line Loading @@ -424,19 +424,16 @@ "description": "Inbound / outbound roaming information", "properties": { "vPLMNId": { "$ref": "#/$defs/PLMNID", "description": "PLMN identifier of the visited network." "type": "string", "pattern": "[0-9]{3}-[0-9]{2,3}", "description": "PLMN identifier of the visited network. Consists of MCC (3 digits), MNC (2-3 digits)." }, "hPLMNId": { "$ref": "#/$defs/PLMNID", "description": "PLMN identifier of the home network." } } }, "PLMNID": { "type": "string", "pattern": "[0-9]{3}-[0-9]{2,3}", "description": "PLMN identifier, consists of MCC (3 digits), MNC (2-3 digits)." "description": "PLMN identifier of the home network. Consists of MCC (3 digits), MNC (2-3 digits)." } } } } } Loading
103705/schema/etsi_types.schema.json +6 −9 Original line number Diff line number Diff line Loading @@ -424,19 +424,16 @@ "description": "Inbound / outbound roaming information", "properties": { "vPLMNId": { "$ref": "#/$defs/PLMNID", "description": "PLMN identifier of the visited network." "type": "string", "pattern": "[0-9]{3}-[0-9]{2,3}", "description": "PLMN identifier of the visited network. Consists of MCC (3 digits), MNC (2-3 digits)." }, "hPLMNId": { "$ref": "#/$defs/PLMNID", "description": "PLMN identifier of the home network." } } }, "PLMNID": { "type": "string", "pattern": "[0-9]{3}-[0-9]{2,3}", "description": "PLMN identifier, consists of MCC (3 digits), MNC (2-3 digits)." "description": "PLMN identifier of the home network. Consists of MCC (3 digits), MNC (2-3 digits)." } } } } }