lib/DIAMETER: Allow sending CEA with AuthAppId

The new message is to be used by Gy interface emulation, which according
to RFC4006 uses AppId 4 "Credit Control Application". The application
is apparently not 3GPP vendor specific.

Change-Id: I0e33673d65140aad34d2efcae3c7f49154ceb99f
diff --git a/mme/MME_Tests.ttcn b/mme/MME_Tests.ttcn
index 3c35359..14965e6 100644
--- a/mme/MME_Tests.ttcn
+++ b/mme/MME_Tests.ttcn
@@ -223,6 +223,7 @@
 		local_sctp_port := mp_s6_local_port,
 		origin_host := "hss.localdomain",
 		origin_realm := "localdomain",
+		auth_app_id := omit,
 		vendor_app_id := c_DIAMETER_3GPP_S6_AID
 	};
 	vc_DIAMETER := DIAMETER_Emulation_CT.create(id);