mirror of https://github.com/pvnis/srsRAN_4G.git
fix overwriting dedicated_info_nas in connection_request_proc
this fixes an issue in the step() function of the connection_request_proc in which the dedicated_info_nas message was passed to RRC without checking if its actually valid or not, i.e. contains a message at all. because this check was missing and the step() function could be called multiple-times, the function would overwrite the dedicated_info_nas in RRC, and therefore causing the connection setup complete to failmaster
parent
f25b4f17f1
commit
dc4be1b856
Loading…
Reference in New Issue