Commit 1463789e authored by rennoch's avatar rennoch
Browse files

additonal comments on Request type

parent 99d481bb
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1359,8 +1359,9 @@ group SubTypes{// Subtypes
	  // [5009]
	  type record PEarlyMedia {
		  FieldName fieldName(P_EARLY_MEDIA_E),
		  record of charstring em_param
		  EM_List em_param
	  }
	  type record of charstring EM_List; 
	  }//end group RFC5009PEarlyMediaHeader

	  type record PAssertedService {
@@ -1561,6 +1562,9 @@ group SubTypes{// Subtypes
        Payload			payload	    optional
      } 
      
      // Note: the introduction of the following  specific types is to enable better means for logging
      //       on the other side the generic type is useful for functions dealing with multiple SIP message types
      
	  type record REGISTER_Request {
		RequestLine 	requestLine,
		MessageHeader 	msgHeader,