Commit 7f6341a9 authored by Thomas Dodds's avatar Thomas Dodds
Browse files

Adjusted ENUMERATED fields to include camelCase

parent 6362f20f
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1747,19 +1747,19 @@ FiveGProSeAuthorizationIndication ::= SEQUENCE
IABAuthorizedIndicator ::= ENUMERATED
{
    authorized(1),
    notauthorized(2)
    notAuthorized(2)
}

V2XUEAuthorizationIndicator ::= ENUMERATED
{
    authorized(1),
    notauthorized(2)
    notAuthorized(2)
}

FiveGProSeAuthorizationIndicator ::= ENUMERATED
{
    authorized(1),
    notauthorized(2)
    notAuthorized(2)
}

MUSIMUERequestType ::= OCTET STRING (SIZE(1))