comparison src/g23m-gprs/grr/grr_pgs.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 service PG.
18 +-----------------------------------------------------------------------------
19 */
20
21 #ifndef GRR_PGS_H
22 #define GRR_PGS_H
23
24
25
26
27 EXTERN void sig_ctrl_pg_start ( void );
28
29
30
31 EXTERN void sig_ctrl_pg_stop ( void );
32
33
34
35 EXTERN void sig_ctrl_pg_mode_ind ( T_PACKET_MODE packet_mode );
36
37
38
39 EXTERN void sig_ctrl_pg_t3172_run ( void );
40
41
42 EXTERN void sig_ctrl_pg_indication ( UBYTE paging_type ) ; /* paging for packet access */
43
44
45 EXTERN void sig_ctrl_pg_rr_est ( void ); /* paging for RR connection */
46
47
48 /*GFP*/
49 EXTERN void sig_gfp_pg_req ( void ) ;
50
51 EXTERN void sig_gfp_pg_mode ( UBYTE page_mode, BOOL ms_paging_group ) ;
52
53 EXTERN void sig_gfp_pg_stop_pccch_con ( T_MPHP_STOP_PCCCH_CON *mphp_stop_pccch_con );
54
55 EXTERN void sig_cs_pg_start_t_nc2_ndrx ( UBYTE nc_non_drx_period );
56
57 #endif /* !GRR_PGS_H */
58