hnb-test fix id resp

This commit is contained in:
Neels Hofmeyr 2016-02-28 00:50:45 +01:00
parent 306bf18ce6
commit e1f709fa51
1 changed files with 1 additions and 5 deletions

View File

@ -193,13 +193,9 @@ static struct msgb *gen_nas_id_resp()
0xf2, /* filler (1111) + last digit (0010) */
};
return ranap_generate_initiating_message(RANAP_ProcedureCode_id_DirectTransfer,
RANAP_Criticality_ignore,
&asn_DEF_RANAP_DirectTransfer,
&id_resp);
return ranap_new_msg_dt(0, id_resp, sizeof(id_resp));
}
static int hnb_test_nas_tx_id_resp(struct hnb_test *hnb)
{
struct hnbtest_chan *chan;