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

user to user header length restriction

parent 37894c9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1375,7 +1375,7 @@ group SubTypes{// Subtypes
      {
      	type record UserToUser{
			FieldName fieldName (USER_TO_USER_E),
			charstring  uuiData, /*length limitation due to ISDN*/
			charstring  uuiData length(256), /*length limitation due to ISDN, max of allowed 128 hex digits are represented by 256 characters*/
			GenericParam uuiParam
      	}