mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 13:33:29 +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;
|
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",
|
LOGP(DSMPP, LOGL_INFO, "[%s] Rx BIND Trx (Version %02x)\n",
|
||||||
bind.system_id, bind.interface_version);
|
bind.system_id, bind.interface_version);
|
||||||
|
|||||||
Reference in New Issue
Block a user