From 907aac18caed3b2133b75c61fd571b333c42ee19 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Tue, 27 Aug 2013 15:39:28 +0000 Subject: [PATCH] - Forgot a file in previous commit git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4112 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair2/UTIL/OCG/OCG.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openair2/UTIL/OCG/OCG.h b/openair2/UTIL/OCG/OCG.h index 3e2ef5e571..d96a1fae8e 100644 --- a/openair2/UTIL/OCG/OCG.h +++ b/openair2/UTIL/OCG/OCG.h @@ -692,6 +692,12 @@ The following diagram is based on graphviz (http://www.graphviz.org/), you need unsigned char mme_enabled; ///< MME enabled ? char mme_ip_address[16]; ///< MME IP v4 address + /* Per-Slot ISR + * Interval between two ISR = 500usec + */ + unsigned char slot_isr; + int slot_sfd; + } Info; /* @}*/ -- GitLab