mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
SMPP: Respond with BIND_TRX_RESP to BIND_TRX, not BIND_TX_RESP
This commit is contained in:
@@ -535,7 +535,7 @@ static int smpp_handle_bind_trx(struct osmo_esme *esme, struct msgb *msg)
|
||||
return rc;
|
||||
}
|
||||
|
||||
INIT_RESP(BIND_TRANSMITTER_RESP, &bind_r, &bind);
|
||||
INIT_RESP(BIND_TRANSCEIVER_RESP, &bind_r, &bind);
|
||||
|
||||
LOGP(DSMPP, LOGL_INFO, "[%s] Rx BIND Trx (Version %02x)\n",
|
||||
bind.system_id, bind.interface_version);
|
||||
|
Reference in New Issue
Block a user