FreeCalypso > hg > fc-magnetite
comparison cdg-hybrid/sap-inline/cl_inline.h @ 212:e7a67accfad9
cdg-hybrid cdginc headers created
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 Oct 2016 21:52:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
211:02269c474131 | 212:e7a67accfad9 |
---|---|
1 /*** | |
2 ;******************************************************************************** | |
3 ;*** File : cl_inline.h | |
4 ;*** Creation : Wed Mar 11 09:58:09 CST 2009 | |
5 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1 | |
6 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002 | |
7 ;******************************************************************************** | |
8 ;*** Document Type : Service Access Point Specification | |
9 ;*** Document Name : cl | |
10 ;*** Document No. : 8010.149.04.012 | |
11 ;*** Document Date : 2004-06-08 | |
12 ;*** Document Status: SUBMITTED | |
13 ;*** Document Author: rpk | |
14 ;******************************************************************************** | |
15 ;*** !!! THIS INCLUDE FILE WAS GENERATED AUTOMATICALLY, DO NOT MODIFY !!! | |
16 ;******************************************************************************** | |
17 ***/ | |
18 #ifndef _CL_INLINE_H_ | |
19 #define _CL_INLINE_H_ | |
20 | |
21 | |
22 | |
23 extern void cl_nwrl_set_sgsn_release ( U8 sgsn_rel ); | |
24 | |
25 extern U8 cl_nwrl_get_sgsn_release ( void ); | |
26 | |
27 extern U8 cl_qos_convert_r99_to_r97 ( T_PS_qos_r99 *src_qos_r99, T_PS_qos_r97 *dst_qos_r97 ); | |
28 | |
29 extern U8 cl_qos_convert_r97_to_r99 ( T_PS_qos_r97 *src_qos_r97, T_PS_qos_r99 *dst_qos_r99 ); | |
30 | |
31 | |
32 | |
33 | |
34 #endif /* !_CL_INLINE_H_ */ |