Skip to content

Commit 0eb1d3f

Browse files
committed
merge main
1 parent 609b97d commit 0eb1d3f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

artifacts/CAMARA_common.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,14 @@ components:
5858
* `ipv4Address`
5959
* `ipv6Address`
6060
* `phoneNumber`
61+
* `networkAccessIdentifier`
6162
NOTE: the MNO might support only a subset of these options. The API invoker can provide multiple identifiers to be compatible across different MNOs. In this case the identifiers MUST belong to the same device.
6263
type: object
6364
properties:
6465
phoneNumber:
6566
$ref: "#/components/schemas/PhoneNumber"
67+
networkAccessIdentifier:
68+
$ref: "#/components/schemas/NetworkAccessIdentifier"
6669
ipv4Address:
6770
$ref: "#/components/schemas/DeviceIpv4Addr"
6871
ipv6Address:
@@ -75,6 +78,11 @@ components:
7578
pattern: '^\+[1-9][0-9]{4,14}$'
7679
example: "+123456789"
7780

81+
NetworkAccessIdentifier:
82+
description: A public identifier addressing a subscription in a mobile network. In 3GPP terminology, it corresponds to the GPSI formatted with the External Identifier ({Local Identifier}@{Domain Identifier}). Unlike the telephone number, the network access identifier is not subjected to portability ruling in force, and is individually managed by each operator.
83+
type: string
84+
example: "123456789@domain.com"
85+
7886
DeviceIpv4Addr:
7987
type: object
8088
description: |

0 commit comments

Comments
 (0)