Commit 272c9568 authored by Frank Fransen's avatar Frank Fransen Committed by Mark Canterbury
Browse files

Edit etsi_types.schema.json

parent 10b9b60e
Loading
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -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)."
        }
      }
    }
  }
}