update it

This commit is contained in:
Sukchan Lee 2017-03-05 00:46:48 +09:00
parent 2733f52ff3
commit ab14e15b85
4 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ noinst_LTLIBRARIES = libmme.la
libmme_la_SOURCES = \
event.h context.h \
s1ap_build.h s1ap_conv.h s1ap_path.h \
s6_auth_info.h \
s6a_message.h \
sm.h
nodist_libmme_la_SOURCES = \

View File

@ -6,7 +6,7 @@
#include "context.h"
#include "event.h"
#include "s6a_lib.h"
#include "s6a_message.h"
#define EVENT_WAIT_TIMEOUT 10000 /* 10 msec */

View File

@ -2,7 +2,7 @@
#include "core_debug.h"
#include "s6a_lib.h"
#include "s6a_message.h"
#include "s6a_app.h"
struct sess_state {