add OER codec for string types
diff --git a/skeletons/GeneralString.c b/skeletons/GeneralString.c
index 4d32d6e..0e87d12 100644
--- a/skeletons/GeneralString.c
+++ b/skeletons/GeneralString.c
@@ -26,8 +26,8 @@
 	0,
 	0,
 #else
-	0,
-	0,
+	OCTET_STRING_decode_oer,
+	OCTET_STRING_encode_oer,
 #endif  /* ASN_DISABLE_OER_SUPPORT */
 #ifdef	ASN_DISABLE_PER_SUPPORT
 	0,