From 4e3acb6a5dab290853f9e17dece356ea5ac66b32 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Fri, 24 Mar 2017 17:18:51 +0100
Subject: [PATCH] integration fix: disable XER_PRINT

This generates too much prints and may disrupt realtime.
This has to be off by default.
---
 openair2/RRC/LITE/MESSAGES/asn1_msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair2/RRC/LITE/MESSAGES/asn1_msg.c b/openair2/RRC/LITE/MESSAGES/asn1_msg.c
index 7c6fbc6894..c5cfbdd2dc 100644
--- a/openair2/RRC/LITE/MESSAGES/asn1_msg.c
+++ b/openair2/RRC/LITE/MESSAGES/asn1_msg.c
@@ -99,7 +99,7 @@ int errno;
 # endif
 #endif
 
-#define XER_PRINT
+//#define XER_PRINT
 
 extern Enb_properties_array_t enb_properties;
 typedef struct xer_sprint_string_s {
-- 
GitLab