Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JSON Viewer
modeText
{
        "name": "eMBB-001",
		"globalSubscriberId":"5GCustomer",
		"serviceType":"5G",
		"networkType":"AN/CN/TN",   
        "serviceInstanceID": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX",
        "additionalProperties": {
		   "modifyAction":"allocate/deallocate",
           "sNssaiList":["001-100001"],   
           "nsiInfo": {
            "nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX",
            "nsiName": "eMBB-001"
        },
        "scriptName": "AN1"
        }
}

...

JSON Viewer
modeText
{
    "serviceInstanceID": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX",
	"networkType":"AN/CN/TN",
	"globalSubscriberId":"5GCustomer",
	"serviceType":"5G",
    "additionalProperties": {
            "nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX"
     }
}

...

JSON Viewer
modeText
{
    "serviceInstanceID": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX",
	"networkType":"AN/CN/TN",
	"globalSubscriberId":"5GCustomer",
	"serviceType":"5G",
    "additionalProperties": {
         "nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX"
     }
}

...

JSON Viewer
modeText
{
    "serviceInstanceID": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX ",
	"networkType":"AN/CN/TN",
	"globalSubscriberId":"5GCustomer",
	"serviceType":"5G",
    "additionalProperties": {
            "snssai": [
      			"001-100001"
    		],
 			"scriptName": "AN1",
			"nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX"
    }
}

...