diff --git a/openair-cn/GTPV1-U/GTPURH/xt_GTPURH.c b/openair-cn/GTPV1-U/GTPURH/xt_GTPURH.c
index 9d14dbd61ba926ab5cf8a3454a78d9341a3410c7..ab010ad5f5bc4e106cdc74f83247617ea791ddfb 100755
--- a/openair-cn/GTPV1-U/GTPURH/xt_GTPURH.c
+++ b/openair-cn/GTPV1-U/GTPURH/xt_GTPURH.c
@@ -530,6 +530,7 @@ __init gtpurh_tg_init(void) {
     pr_info("GTPURH: Initializing module (KVersion: %d)\n", KVERSION);
     pr_info("GTPURH: Copyright Polaris Networks 2010-2011\n");
     pr_info("GTPURH: Modified by EURECOM Lionel GAUTHIER 2014\n");
+    pr_info("GTPURH: Compiled %s at time %s\n",__DATE__,__TIME__);
 #if defined(WITH_IPV6)
     pr_info("GTPURH: IPv4/IPv6 enabled\n");
 #else