mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-04 05:53:26 +00:00 
			
		
		
		
	OM2000: Make sure we ACK an ENABLE RESULT
This commit is contained in:
		@@ -794,6 +794,9 @@ int abis_om2k_rcvmsg(struct msgb *msg)
 | 
				
			|||||||
	case OM2K_MSGT_RESET_COMPL:
 | 
						case OM2K_MSGT_RESET_COMPL:
 | 
				
			||||||
		rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_START_REQ);
 | 
							rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_START_REQ);
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
 | 
						case OM2K_MSGT_ENABLE_RES:
 | 
				
			||||||
 | 
							rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_ENABLE_RES_ACK);
 | 
				
			||||||
 | 
							break;
 | 
				
			||||||
	case OM2K_MSGT_START_REQ_ACK:
 | 
						case OM2K_MSGT_START_REQ_ACK:
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	case OM2K_MSGT_STATUS_RESP:
 | 
						case OM2K_MSGT_STATUS_RESP:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user