library/IPA_Emulation: server mode: also request IPA UnitID

Change-Id: I195894d72cf40f081d286a6c0a6d2531e3d0a45c
Related: OS#4546
diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp
index 2148392..3762449 100644
--- a/library/IPA_Emulation.ttcnpp
+++ b/library/IPA_Emulation.ttcnpp
@@ -418,7 +418,8 @@
 	msg_type := IPAC_MSGT_ID_GET,
 	u := {
 		get := {
-			{ 1, IPAC_IDTAG_UNITNAME }
+			{ 1, IPAC_IDTAG_UNITNAME },
+			{ 1, IPAC_IDTAG_UNITID }
 		}
 	}
 }