summaryrefslogtreecommitdiff
path: root/asn1/ranap/ranap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/ranap/ranap.cnf')
-rw-r--r--asn1/ranap/ranap.cnf6
1 files changed, 5 insertions, 1 deletions
diff --git a/asn1/ranap/ranap.cnf b/asn1/ranap/ranap.cnf
index ab74882168..24e4baf83f 100644
--- a/asn1/ranap/ranap.cnf
+++ b/asn1/ranap/ranap.cnf
@@ -222,7 +222,11 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
*/
call_dissector(rrc_s_to_trnc_handle,rrc_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
}else{
- /* XXX Unsure what to do here */
+ if(pdu_type == SOUT){
+ if(ProcedureCode==id_RelocationResourceAllocation){
+ call_dissector(rrc_ho_to_utran_cmd,rrc_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
+ }
+ }
}
}