RSPRO: Add two more ResoltCodes

Change-Id: I1b665b501106a4aac90e642c11f4123e6a77868d
diff --git a/src/rspro/ResultCode.c b/src/rspro/ResultCode.c
index 871a1fc..f60bf0c 100644
--- a/src/rspro/ResultCode.c
+++ b/src/rspro/ResultCode.c
@@ -87,26 +87,30 @@
 	{ 1,	15,	"illegalClientId" },
 	{ 2,	13,	"illegalBankId" },
 	{ 3,	13,	"illegalSlotId" },
+	{ 4,	26,	"unsupportedProtocolVersion" },
+	{ 5,	14,	"unknownSlotmap" },
 	{ 100,	14,	"cardNotPresent" },
 	{ 101,	16,	"cardUnresponsive" },
 	{ 102,	21,	"cardTransmissionError" }
 	/* This list is extensible */
 };
 static const unsigned int asn_MAP_ResultCode_enum2value_1[] = {
-	4,	/* cardNotPresent(100) */
-	6,	/* cardTransmissionError(102) */
-	5,	/* cardUnresponsive(101) */
+	6,	/* cardNotPresent(100) */
+	8,	/* cardTransmissionError(102) */
+	7,	/* cardUnresponsive(101) */
 	2,	/* illegalBankId(2) */
 	1,	/* illegalClientId(1) */
 	3,	/* illegalSlotId(3) */
-	0	/* ok(0) */
+	0,	/* ok(0) */
+	5,	/* unknownSlotmap(5) */
+	4	/* unsupportedProtocolVersion(4) */
 	/* This list is extensible */
 };
 static const asn_INTEGER_specifics_t asn_SPC_ResultCode_specs_1 = {
 	asn_MAP_ResultCode_value2enum_1,	/* "tag" => N; sorted by tag */
 	asn_MAP_ResultCode_enum2value_1,	/* N => "tag"; sorted by N */
-	7,	/* Number of elements in the maps */
-	8,	/* Extensions before this member */
+	9,	/* Number of elements in the maps */
+	10,	/* Extensions before this member */
 	1,	/* Strict enumeration */
 	0,	/* Native long size */
 	0