diff --git a/openair2/UTIL/OCG/OCG.h b/openair2/UTIL/OCG/OCG.h index 3e2ef5e5715eab7f07231eb30eb12c9832af5d92..d96a1fae8ef43a164d092d946250f5dc224b62c6 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; /* @}*/