update it

This commit is contained in:
Sukchan Lee 2017-04-11 15:13:30 +09:00
parent b8f3f56779
commit 0c05208981
3 changed files with 10 additions and 18 deletions

4
main.c
View file

@ -48,8 +48,6 @@ static int check_signal(int signum)
}
case SIGUSR1:
{
extern void test_send();
test_send();
break;
}
default:
@ -118,9 +116,9 @@ int main(int argc, char *argv[])
}
{
#if 0
extern int _gtp_xact;
d_trace_level(&_gtp_xact, 100);
#if 0
extern int _mme_sm;
d_trace_level(&_mme_sm, 100);
extern int _s1ap_sm;