Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
ric-plt
/
nodeb-rnib
/
e8bf2a1385104b91e652ef248cd637217b56634f
/
.
/
entities
/
nb_identity.proto
blob: 86b7936bc7435cd68e91586ac6f6d5a96eaddad1 [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
package
entities
;
message
NbIdentity
{
string
inventory_name
=
1
;
GlobalNbId
global_nb_id
=
2
;
}
message
GlobalNbId
{
string
plmn_id
=
1
;
string
nb_id
=
2
;
}