Commit 907aac18 authored by Cedric Roux's avatar Cedric Roux

- Forgot a file in previous commit

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4112 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ad0ca852
......@@ -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;
/* @}*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment