GSUP: Fix PDPInfoCompl IE

Change-Id: I7b6e584f12828019fc9c0f961a0c8692c0b44b1c
diff --git a/library/GSUP_Templates.ttcn b/library/GSUP_Templates.ttcn
index 634cfc3..7146e97 100644
--- a/library/GSUP_Templates.ttcn
+++ b/library/GSUP_Templates.ttcn
@@ -159,6 +159,22 @@
 	}
 }
 
+template (value) GSUP_IE ts_GSUP_IE_PdpInfoCompl := {
+	tag := OSMO_GSUP_PDP_INFO_COMPL_IE,
+	len := 0, /* overwritten */
+	val := {
+		pdp_info_compl := ''O
+	}
+}
+
+template (present) GSUP_IE tr_GSUP_IE_PdpInfoCompl := {
+	tag := OSMO_GSUP_PDP_INFO_COMPL_IE,
+	len := 0, /* overwritten */
+	val := {
+		pdp_info_compl := ''O
+	}
+}
+
 template GSUP_IE ts_GSUP_IE_PdpInfo(template (value) octetstring apn,
 				    template (value) GSUP_PDP_Address pdp_address,
 				    template (value) octetstring pdp_qos) := {