FreeCalypso > hg > fc-magnetite
comparison src/g23m-gprs/upm/upm_dispatcher_gsm.h @ 197:2cf312e56ee7
src/g23m-gprs/upm: import from LoCosto source
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 Oct 2016 01:21:46 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
196:a04cde1fb771 | 197:2cf312e56ee7 |
---|---|
1 /*---------------------------------------------------------------------------- | |
2 | Project : 3G PS | |
3 | Module : UPM | |
4 +----------------------------------------------------------------------------- | |
5 | Copyright 2003 Texas Instruments. | |
6 | All rights reserved. | |
7 | | |
8 | This file is confidential and a trade secret of Texas | |
9 | Instruments . | |
10 | The receipt of or possession of this file does not convey | |
11 | any rights to reproduce or disclose its contents or to | |
12 | manufacture, use, or sell anything it may describe, in | |
13 | whole, or in part, without the specific written consent of | |
14 | Texas Instruments. | |
15 +----------------------------------------------------------------------------- | |
16 | Purpose: Process dispatcher helper functions in the UPM entity. | |
17 | For design details, see: | |
18 | 8010.939 UPM Detailed Specification | |
19 +---------------------------------------------------------------------------*/ | |
20 | |
21 /*==== DECLARATION CONTROL =================================================*/ | |
22 | |
23 #ifndef UPM_DISPATCHER_GSM_H | |
24 #define UPM_DISPATCHER_GSM_H | |
25 | |
26 /*==== INCLUDES =============================================================*/ | |
27 | |
28 #include "upm.h" | |
29 | |
30 /*==== CONSTS ===============================================================*/ | |
31 | |
32 /*==== TYPES ================================================================*/ | |
33 | |
34 /*==== EXPORTS ==============================================================*/ | |
35 | |
36 extern void upm_disp_mmpm_sequence_ind (T_MMPM_SEQUENCE_IND *prim); | |
37 extern void upm_disp_sn_activate_cnf (T_SN_ACTIVATE_CNF *prim); | |
38 extern void upm_disp_sn_count_cnf (T_SN_COUNT_CNF *prim); | |
39 extern void upm_disp_sn_deactivate_cnf (T_SN_DEACTIVATE_CNF *prim); | |
40 extern void upm_disp_sn_modify_cnf (T_SN_MODIFY_CNF *prim); | |
41 #endif /* UPM_DISPATCHER_GSM_H */ | |
42 /*==== END OF FILE ==========================================================*/ |