Hi,

Just i want know what is the use of The ExtensionField in Specification.

if i am decoding the CAP message which contains ExtensionField what data it

contains.Is it of use or we can ignore it.

waiting for your reply.

Thanking u,

Hemanth B.G

ExtensionField {PARAMETERS-BOUND : bound}  ::= SEQUENCE {
> type             EXTENSION.&id ({SupportedExtensions {bound}}),
>
>              -- shall identify the value of an EXTENSION
> type
> criticality CriticalityType DEFAULT ignore,
> value [1] EXTENSION.&ExtensionType
>    ({SupportedExtensions {bound}}{@type}),
> ...
> }
> where
> SupportedExtensions {PARAMETERS-BOUND : bound} EXTENSION ::=
> {firstExtension, ...
> -- full set of network operator extensions --
>
> where
>
> EXTENSION ::= CLASS {
> &ExtensionType,
> &criticality CriticalityType DEFAULT ignore,
> &id             Code
> }
>
> WITH SYNTAX {
> EXTENSION-SYNTAX &ExtensionType
> CRITICALITY &criticality
> IDENTIFIED BY &id
> }

Reply via email to