mirror of
				https://github.com/brmlab/osmo-tetra.git
				synced 2025-10-30 15:04:01 +01:00 
			
		
		
		
	SNDCP: use downlink definitions, not uplink
This commit is contained in:
		
							parent
							
								
									863c31401b
								
							
						
					
					
						commit
						0348831844
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -24,7 +24,7 @@ | |||
| #include "tetra_sndcp_pdu.h" | ||||
| 
 | ||||
| static const struct value_string sndcp_pdut_names[] = { | ||||
| 	{ SNDCP_PDU_T_ACT_PDP_DEMAND,	"SN-ACTIVATE PDP DEMAND" }, | ||||
| 	{ SNDCP_PDU_T_ACT_PDP_ACCEPT,	"SN-ACTIVATE PDP ACCEPT" }, | ||||
| 	{ SNDCP_PDU_T_DEACT_PDP_ACC,	"SN-DEACTIVATE PDP ACCEPT" }, | ||||
| 	{ SNDCP_PDU_T_DEACT_PDP_DEMAND, "SN-DEACTIVATE PDP DEMAND" }, | ||||
| 	{ SNDCP_PDU_T_ACT_PDP_REJECT,	"SN-ACTIVATE PDP REJECT" }, | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| /* 28.115 */ | ||||
| enum sndcp_pdu_type { | ||||
| 	SNDCP_PDU_T_ACT_PDP_DEMAND	= 0x0, | ||||
| 	SNDCP_PDU_T_ACT_PDP_ACCEPT	= 0x0, | ||||
| 	SNDCP_PDU_T_DEACT_PDP_ACC	= 0x1, | ||||
| 	SNDCP_PDU_T_DEACT_PDP_DEMAND	= 0x2, | ||||
| 	SNDCP_PDU_T_ACT_PDP_REJECT	= 0x3, | ||||
|  | @ -21,7 +21,7 @@ enum sndcp_pdu_type { | |||
| 	SNDCP_PDU_T_MODIFY		= 0xd, | ||||
| }; | ||||
| 
 | ||||
| #define SNDCP_PDU_T_ACT_PDP_ACCEPT	SNDCP_PDU_T_ACT_PDP_DEMAND | ||||
| #define SNDCP_PDU_T_ACT_PDP_DEMAND	SNDCP_PDU_T_ACT_PDP_ACCEPT | ||||
| #define	SNDCP_PDU_T_PAGE_RESPONSE	SNDCP_PDU_T_PAGE_REQUEST | ||||
| 
 | ||||
| #endif /* TETRA_SNDCP_PDU_H */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Harald Welte
						Harald Welte