Commit 13d4adda authored by berge's avatar berge
Browse files

Fixed mw_select* templates: allow e_selectEFUnderCurrentDF

parent 77b95be5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ module ePassport_Templates {
			ins := e_select, 
			params := {
				reservedP1 := c_4ZeroBits,	
				selectionMethod := e_selectByFileId,
				selectionMethod := (e_selectByFileId, e_selectEFUnderCurrentDF) ,
				reservedP2 := c_4ZeroBits,
				fileControlInformation := e_noResponseOrProprietary,
				fileOccurrence := e_firstOrOnlyOccurrence
@@ -171,7 +171,7 @@ module ePassport_Templates {
			ins := e_select, 
			params := {
				reservedP1 := c_4ZeroBits,	
				selectionMethod := e_selectByFileId,
				selectionMethod := (e_selectByFileId, e_selectEFUnderCurrentDF),
				reservedP2 := c_4ZeroBits,
				fileControlInformation := e_noResponseOrProprietary,
				fileOccurrence := e_firstOrOnlyOccurrence