From 0cee514c7316dbe7706e18ecd96e5bc61ea7e2f0 Mon Sep 17 00:00:00 2001
From: Xenofon Foukas <x.foukas@sms.ed.ac.uk>
Date: Fri, 4 Nov 2016 13:19:08 +0200
Subject: [PATCH] Fixed problem with comment causing a bug in compilation

---
 openair2/ENB_APP/enb_agent_mac.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair2/ENB_APP/enb_agent_mac.h b/openair2/ENB_APP/enb_agent_mac.h
index c5b257394..0716b739e 100644
--- a/openair2/ENB_APP/enb_agent_mac.h
+++ b/openair2/ENB_APP/enb_agent_mac.h
@@ -97,7 +97,7 @@ int enb_agent_mac_destroy_sr_info(Protocol__FlexranMessage *msg);
 int enb_agent_mac_sf_trigger(mid_t mod_id, const void *params, Protocol__FlexranMessage **msg);
 int enb_agent_mac_destroy_sf_trigger(Protocol__FlexranMessage *msg);
 
-/* 
+/* DL MAC scheduling decision protocol message constructor (empty command) and destructor */ 
 int enb_agent_mac_create_empty_dl_config(mid_t mod_id, Protocol__FlexranMessage **msg);
 int enb_agent_mac_destroy_dl_config(Protocol__FlexranMessage *msg);
 
-- 
GitLab