mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-04 05:53:26 +00:00 
			
		
		
		
	gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is gone
This commit is contained in:
		@@ -675,7 +675,7 @@ static int gsm411_rx_rp_ud(struct msgb *msg, struct gsm_trans *trans,
 | 
			
		||||
				     GSM411_RP_CAUSE_INV_MAND_INF);
 | 
			
		||||
		return -EIO;
 | 
			
		||||
	}
 | 
			
		||||
	msg->smsh = tpdu;
 | 
			
		||||
	msg->l4h = tpdu;
 | 
			
		||||
 | 
			
		||||
	DEBUGP(DSMS, "DST(%u,%s)\n", dst_len, hexdump(dst, dst_len));
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user