comparison cdg-hybrid/sap-inline/cl_inline.h @ 14:35f7a1dc9f7d

cdg-hybrid: import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 07:15:38 +0000
parents
children
comparison
equal deleted inserted replaced
13:83146a4ae927 14:35f7a1dc9f7d
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_ */