Commit fcb5e9ec authored by fischerjo's avatar fischerjo
Browse files

ASN.1 definition corrections for ISO modules

parent a1e011ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ module LibItsMgt_TypesAndValues {
    // LibItsCalm
    import from CALMllsap language "ASN.1:1997" { 
        type 
            I_Parameter, I_ParamNo, Errors, Link_ID, EUI64 
            I_Param, I_ParamNo, Errors, Link_ID, EUI64 
    };
    import from CALMfntp language "ASN.1:1997" { 
        type 
@@ -104,7 +104,7 @@ module LibItsMgt_TypesAndValues {
    /**
     * Need to redefine ASN.1 type set-param SEQUENCE OF I-Param
     */
    type record of I_Parameter IParamList;
    type record of I_Param IParamList;
	
	type record of Errors IErrorsList;