update it

This commit is contained in:
Sukchan Lee 2017-03-05 00:54:15 +09:00
parent 4df8073d01
commit d0dc9e95c9
6 changed files with 12 additions and 11 deletions

View File

@ -3,10 +3,10 @@
noinst_LTLIBRARIES = libhss.la
libhss_la_SOURCES = \
hss_ctx.h
context.h
nodist_libhss_la_SOURCES = \
init.c hss_ctx.c
init.c context.c
libhss_la_DEPENDENCIES = \
$(top_srcdir)/lib/core/src/libcore.la \

View File

@ -4,7 +4,7 @@
#include "core_pool.h"
#include "core_lib.h"
#include "hss_ctx.h"
#include "context.h"
#define OP "5F1D289C5D354D0A140C2548F5F3E3BA"
#define OPc "E8ED289DEBA952E4283B54E88E6183CA"

View File

@ -1,5 +1,5 @@
#ifndef __S6A_HSS_CTX_H__
#define __S6A_HSS_CTX_H__
#ifndef __CONTEXT_H__
#define __CONTEXT_H__
#include "core_list.h"
#include "core_errno.h"
@ -51,4 +51,4 @@ CORE_DECLARE(ue_ctx_t*) hss_ue_ctx_next(ue_ctx_t *ue);
}
#endif /* __cplusplus */
#endif /* !__S6A_HSS_CTX_H__ */
#endif /* !__CONTEXT_H__ */

View File

@ -6,7 +6,7 @@
#include "kasme.h"
#include "milenage.h"
#include "hss_ctx.h"
#include "context.h"
#include "s6a_lib.h"
#define MAX_SQN_LEN 6

View File

@ -1,4 +1,5 @@
#define TRACE_MODULE _ctx
#define TRACE_MODULE _mme_ctx
#include "core_debug.h"
#include "core_pool.h"
#include "core_rwlock.h"

View File

@ -1,5 +1,5 @@
#ifndef __CELLWIRE_CONTEXT_H__
#define __CELLWIRE_CONTEXT_H__
#ifndef __CONTEXT_H__
#define __CONTEXT_H__
#include "core_list.h"
#include "core_errno.h"
@ -114,4 +114,4 @@ CORE_DECLARE(enb_ctx_t*) enb_ctx_next(enb_ctx_t *enb);
}
#endif /* __cplusplus */
#endif /* !__CELLWIRE_CONTEXT_H__ */
#endif /* !__CONTEXT_H__ */