client: Generate CLIENT_CONN_RES event to FSM on RSPR rx of ClientConnRes

Change-Id: Ic17c72f4fc8bbd43187552892186cdb3e50e2efe
This commit is contained in:
Harald Welte 2018-09-24 14:53:41 +02:00
parent 3e689874ff
commit 417b961ef2
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ static int bankd_handle_msg(struct bankd_client *bc, struct msgb *msg)
switch (pdu->msg.present) {
case RsproPDUchoice_PR_connectClientRes:
osmo_fsm_inst_dispatch(bc->bankd_fi, BDC_E_CLIENT_CONN_RES, pdu);
break;
default:
fprintf(stderr, "Unknown/Unsuppoerted RSPRO PDU: %s\n", msgb_hexdump(msg));