Commit 4d005d5e authored by Luke Mewburn's avatar Luke Mewburn
Browse files

HI4LINotification: rename fields per feedback

Rename agencyIdentifier to ownerIdentifier.
Rename authorizationReference to authorizationIdentifier.
parent f22bc69c
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -690,8 +690,8 @@ HI4LINotification ::= SEQUENCE
    endTime                     [2] GeneralizedTime OPTIONAL,
    targetIdentifiers           [3] SEQUENCE OF TargetIdentifier OPTIONAL,
    interceptType               [4] InterceptType OPTIONAL,
    agencyIdentifier            [5] UTF8String OPTIONAL,
    authorizationIdentifier     [6] UTF8String OPTIONAL,
    ownerIdentifier             [5] UTF8String OPTIONAL,
    authorizationReference      [6] UTF8String OPTIONAL,
    deliveryInformation         [7] SEQUENCE OF DeliveryInformation OPTIONAL,
    ...
}