Remove double-add of PNF connection
There is no need to add the PNF in nr_start_resp_cb(), because it has already been done in nr_param_resp_cb(). This might be wrong, because 4G does it only in nr_start_resp_cb(), but for the moment, since it is also used in nr_param_resp_cb(), avoid the double add.
Showing
Please register or sign in to comment