FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/cdg/sap-inline/cl_inline.h @ 923:10b4bed10192
gsm-fw/L1: fix for the DSP patch corruption bug
The L1 code we got from the LoCosto fw contains a feature for DSP CPU load
measurement. This feature is a LoCosto-ism, i.e., not applicable to earlier
DBB chips (Calypso) with their respective earlier DSP ROMs. Most of the
code dealing with that feature is conditionalized as #if (DSP >= 38),
but one spot was missed, and the MCU code was writing into an API word
dealing with this feature. In TCS211 this DSP API word happens to be
used by the DSP code patch, hence that write was corrupting the patched
DSP code.
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 19 Oct 2015 17:13:56 +0000 |
parents | 31d82d090499 |
children |
rev | line source |
---|---|
653
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 /*** |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 ;******************************************************************************** |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 ;*** File : cl_inline.h |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 ;*** Creation : Wed Mar 11 09:58:09 CST 2009 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
6 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
7 ;******************************************************************************** |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
8 ;*** Document Type : Service Access Point Specification |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
9 ;*** Document Name : cl |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
10 ;*** Document No. : 8010.149.04.012 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
11 ;*** Document Date : 2004-06-08 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
12 ;*** Document Status: SUBMITTED |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
13 ;*** Document Author: rpk |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
14 ;******************************************************************************** |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
15 ;*** !!! THIS INCLUDE FILE WAS GENERATED AUTOMATICALLY, DO NOT MODIFY !!! |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
16 ;******************************************************************************** |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
17 ***/ |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
18 #ifndef _CL_INLINE_H_ |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
19 #define _CL_INLINE_H_ |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
20 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
21 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
22 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
23 extern void cl_nwrl_set_sgsn_release ( U8 sgsn_rel ); |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
24 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
25 extern U8 cl_nwrl_get_sgsn_release ( void ); |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
26 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
27 extern U8 cl_qos_convert_r99_to_r97 ( T_PS_qos_r99 *src_qos_r99, T_PS_qos_r97 *dst_qos_r97 ); |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
28 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
29 extern U8 cl_qos_convert_r97_to_r99 ( T_PS_qos_r97 *src_qos_r97, T_PS_qos_r99 *dst_qos_r99 ); |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
30 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
31 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
32 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
33 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
34 #endif /* !_CL_INLINE_H_ */ |