Commit 0735f95c authored by András Wippelhauser's avatar András Wippelhauser
Browse files

Add SA application data

parent a0ed2e36
Loading
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
PODAM-SA-Application-Data-Descriptions  {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) podasPduRelease2 (104072) saApplicationData (2) major-version-2 (2) minor-version-1 (1)} 

DEFINITIONS AUTOMATIC TAGS ::=

BEGIN

/**
 * This DF indicates the ApplicationData to be put in the SAMapplicationData field of SA messages.
 *
 * @field requestForSpace: If true, this value indicates that the rider is 
 *
 * @category:
 * @revision: Created in V2.1.1
*/
PODAMSAMApplicationData ::= SEQUENCE {
	request             BOOLEAN,
    ...
}

END