Commit 620fe226 authored by garciay's avatar garciay
Browse files

In ItsAidSsp, change 0ct0to31 into Oct1to31 (minimal length is one byte)

parent 1c8d3799
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ module LibItsSecurity_TypesAndValues {
         */
        type record ItsAidSsp {
            IntX        its_aid,
            Oct0to31    service_specific_permissions
            Oct1to31    service_specific_permissions
        } // End of type ItsAidSsp
        
    } // End of group certificateSpecification