comparison src/g23m-gprs/grr/grr_gfpp.h @ 183:219afcfc6250

src/g23m-gprs: initial import from TCS3.2/LoCosto
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 13 Oct 2016 04:24:13 +0000
parents
children
comparison
equal deleted inserted replaced
182:f02d0a0e1849 183:219afcfc6250
1 /*
2 +-----------------------------------------------------------------------------
3 | Project : GPRS (8441)
4 | Modul : GRR
5 +-----------------------------------------------------------------------------
6 | Copyright 2002 Texas Instruments Berlin, AG
7 | All rights reserved.
8 |
9 | This file is confidential and a trade secret of Texas
10 | Instruments Berlin, AG
11 | The receipt of or possession of this file does not convey
12 | any rights to reproduce or disclose its contents or to
13 | manufacture, use, or sell anything it may describe, in
14 | whole, or in part, without the specific written consent of
15 | Texas Instruments Berlin, AG.
16 +-----------------------------------------------------------------------------
17 | Purpose : Definitions for grr_gfpp.c.
18 +-----------------------------------------------------------------------------
19 */
20
21 #ifndef GRR_GFPP_H
22 #define GRR_GFPP_H
23
24
25
26
27 EXTERN void gfp_mphp_data_ind ( T_MPHP_DATA_IND *mphp_data_ind );
28
29
30
31 EXTERN void gfp_mphp_scell_pbcch_stop_con ( T_MPHP_SCELL_PBCCH_STOP_CON *mphp_scell_pbcch_stop_con );
32
33
34
35 EXTERN void gfp_mphp_stop_pccch_con ( T_MPHP_STOP_PCCCH_CON *mphp_stop_pccch_con );
36
37
38
39 EXTERN void gfp_mphp_cr_meas_ind ( T_MPHP_CR_MEAS_IND *mphp_cr_meas_ind );
40
41
42
43 EXTERN void gfp_mphp_cr_meas_stop_con ( T_MPHP_CR_MEAS_STOP_CON *mphp_cr_meas_stop_con );
44
45
46
47 EXTERN void gfp_mphp_int_meas_ind ( T_MPHP_INT_MEAS_IND *mphp_int_meas_ind );
48
49
50
51 EXTERN void gfp_mphp_tint_meas_ind ( T_MPHP_TINT_MEAS_IND *mphp_tint_meas_ind );
52
53
54
55 EXTERN void gfp_mphp_int_meas_stop_con ( T_MPHP_INT_MEAS_STOP_CON *mphp_int_meas_stop_con );
56
57
58
59 EXTERN void gfp_mphp_ncell_pbcch_ind ( T_MPHP_NCELL_PBCCH_IND *mphp_ncell_pbcch_ind );
60
61
62
63 EXTERN void gfp_mphp_ra_con ( T_MPHP_RA_CON *mphp_ra_con );
64
65
66
67 EXTERN void gfp_mphp_ra_stop_con ( T_MPHP_RA_STOP_CON *mphp_ra_stop_con );
68
69
70
71 EXTERN void gfp_mphp_polling_ind ( T_MPHP_POLLING_IND *mphp_polling_ind );
72
73
74
75 EXTERN void gfp_mphp_assignment_con ( T_MPHP_ASSIGNMENT_CON *mphp_assignment_con );
76
77
78
79 EXTERN void gfp_mphp_repeat_ul_fixed_alloc_con ( T_MPHP_REPEAT_UL_FIXED_ALLOC_CON *mphp_repeat_ul_fixed_alloc_con );
80
81
82
83 EXTERN void gfp_mphp_single_block_con ( T_MPHP_SINGLE_BLOCK_CON *mphp_single_block_con );
84
85
86
87 EXTERN void gfp_mphp_tbf_release_con ( T_MPHP_TBF_RELEASE_CON *mphp_tbf_release_con );
88
89
90
91 EXTERN void gfp_mphp_pdch_release_con ( T_MPHP_PDCH_RELEASE_CON *mphp_pdch_release_con );
92
93
94
95 EXTERN void gfp_mphp_timing_advance_con ( T_MPHP_TIMING_ADVANCE_CON *mphp_timing_advance_con );
96
97
98
99 EXTERN void gfp_mphp_update_psi_param_con ( T_MPHP_UPDATE_PSI_PARAM_CON *mphp_update_psi_param_con );
100
101
102
103 EXTERN void gfp_mphp_tcr_meas_ind ( T_MPHP_TCR_MEAS_IND *mphp_tcr_meas_ind );
104
105
106
107 EXTERN void gfp_mphp_stop_single_block_con ( T_MPHP_STOP_SINGLE_BLOCK_CON *mphp_stop_single_block_con );
108
109
110
111 EXTERN void gfp_mphp_ncell_pbcch_stop_con ( T_MPHP_NCELL_PBCCH_STOP_CON *mphp_ncell_pbcch_stop_con );
112
113
114 EXTERN void gfp_cgrlc_data_ind ( T_CGRLC_DATA_IND * cgrlc_data_ind );
115
116 #endif /* !GRR_GFPP_H */
117