update it

This commit is contained in:
Sukchan Lee 2017-03-21 13:53:03 +09:00
parent d53939d41e
commit 10b1417b9e
7 changed files with 6 additions and 8 deletions

View File

@ -26,7 +26,7 @@
/*******************************************************************************
* This file had been created by gtpv2c_tlv.py script v0.1.0
* Please do not modify this file but regenerate it via script.
* Created on: 2017-03-21 13:49:52.087297 by acetcom
* Created on: 2017-03-21 13:51:55.264903 by acetcom
* from 24301-d80.docx
******************************************************************************/

View File

@ -26,7 +26,7 @@
/*******************************************************************************
* This file had been created by gtpv2c_tlv.py script v0.1.0
* Please do not modify this file but regenerate it via script.
* Created on: 2017-03-21 13:49:52.092391 by acetcom
* Created on: 2017-03-21 13:51:55.273373 by acetcom
* from 24301-d80.docx
******************************************************************************/

View File

@ -26,7 +26,7 @@
/*******************************************************************************
* This file had been created by gtpv2c_tlv.py script v0.1.0
* Please do not modify this file but regenerate it via script.
* Created on: 2017-03-21 13:49:52.075822 by acetcom
* Created on: 2017-03-21 13:51:55.242962 by acetcom
* from 24301-d80.docx
******************************************************************************/

View File

@ -26,7 +26,7 @@
/*******************************************************************************
* This file had been created by gtpv2c_tlv.py script v0.1.0
* Please do not modify this file but regenerate it via script.
* Created on: 2017-03-21 13:49:52.073350 by acetcom
* Created on: 2017-03-21 13:51:55.239842 by acetcom
* from 24301-d80.docx
******************************************************************************/

View File

@ -26,14 +26,13 @@
/*******************************************************************************
* This file had been created by gtpv2c_tlv.py script v0.1.0
* Please do not modify this file but regenerate it via script.
* Created on: 2017-03-21 13:49:52.081225 by acetcom
* Created on: 2017-03-21 13:51:55.255910 by acetcom
* from 24301-d80.docx
******************************************************************************/
#ifndef __NAS_MESSAGE_H__
#define __NAS_MESSAGE_H__
#include "3gpp_message.h"
#include "nas_ies.h"
#ifdef __cplusplus

View File

@ -736,5 +736,5 @@ ED2(c_uint8_t paging_time_window:4;,
}
#endif /* __cplusplus */
#endif
#endif /* __NAS_TYPES_H__ */

View File

@ -436,7 +436,6 @@ output_header_to_file(f)
f.write("""#ifndef __NAS_MESSAGE_H__
#define __NAS_MESSAGE_H__
#include "3gpp_message.h"
#include "nas_ies.h"
#ifdef __cplusplus