commit | 991c206d57445777595f4125a83c53f14aea6294 | [log] [tgz] |
---|---|---|
author | anjana_sreekumar@infosys.com <anjana_sreekumar@infosys.com> | Wed Jan 08 11:42:57 2020 +0530 |
committer | anjana_sreekumar@infosys.com <anjana_sreekumar@infosys.com> | Mon Feb 17 18:33:57 2020 +0530 |
tree | dc33f6455805210731159a4c313aa801cc4bcac6 | |
parent | e348ddb98bcc5ccb5dc6c2ad74496dca2f1bc453 [diff] [blame] |
MME2 changes - Propped commits from openmme/paging branch. Added scripts for code gen Change-Id: Ie55032217232214ac8544ca76ea34335205329e4
diff --git a/include/common/3gpp_24008.h b/include/common/3gpp_24008.h new file mode 100644 index 0000000..37c55bc --- /dev/null +++ b/include/common/3gpp_24008.h
@@ -0,0 +1,11 @@ +#ifndef __3gpp_24008_h__ +#define __3gpp_24008_h__ + +/* UE Types */ + +#define ID_IMSI 1 +#define ID_IMEI 2 +#define ID_IMEISV 3 +#define ID_TMSI 4 + +#endif