Commit 6ce83ac8 authored by Frank Fransen's avatar Frank Fransen Committed by Mark Canterbury
Browse files

Edit etsi_types.schema.json

parent 8c9cf133
Loading
Loading
Loading
Loading
+27 −1
Original line number Diff line number Diff line
@@ -61,6 +61,10 @@
        "endReason": {
          "type": "integer",
          "description": "ITU Q.850"
        },
        "roamingRecord": {
          "$ref": "#/$defs/RoamingInformation",
          "description": "Information for in- or outbound roaming record."
        } 
      }
    },
@@ -84,6 +88,10 @@
          "type": "array",
          "items": {
            "$ref": "#/$defs/MessagingPartyInformation"
          },
        "roamingRecord": {
          "$ref": "#/$defs/RoamingInformation",
          "description": "Information for in- or outbound roaming record."
          }
        }
      }
@@ -140,6 +148,10 @@
        },
        "volume": {
          "$ref": "#/$defs/DataVolume"
        },
        "roamingRecord": {
          "$ref": "#/$defs/RoamingInformation",
          "description": "Information for in- or outbound roaming record."
        }
      }
    },
@@ -406,6 +418,20 @@
          }
        }
      }
    },
    "RoamingInformation": {
      "type": "object",
      "description": "In- or outbound roaming information",
      "properties": {
        "vPLMNId": {
	         "type": "string",
	         "description": "PLMN identifier of the visited network. Consists of MCC (3 digits), MNC (2-3 digits)."
        },
        "hPLMNId": {
	         "type": "string",
	         "description": "PLMN identifier of the home network. Consists of MCC (3 digits), MNC (2-3 digits)."
        }
      }
    }
  }
}