Robin
Robin
@herlesupreeth I have been weighing up the possibility of the circumstances you have suggested. But in fact, if there is any problem with the visibility for 5GC to reach gNB,...
@herlesupreeth Thank you buddy Could you show me an available tag or branch without this shortcoming?
> Hi I met the same issue,but finally solved. My network topology is as follows: > > ``` > ((open5gs+kamalio docker)deployed in VM1) (UERANSIM deployed in VM2) > VM ip:...
@RaulB16 Sorry, just recognized your comment. I've adopted a new docker network driver named IPVLAN. It acts like the UE/gNB uses a IP address in the same subnet as the...
Remarks: lv(Str) : Log Verbose ${Str} lm() : Log Method ``` - (void)viewDidLoad { lm(); [super viewDidLoad]; lv(@"block facade"); dispatch_async(dispatch_get_main_queue(), ^{ lv(@"block inside"); }); lv(@"block outside"); } - (void)viewWillAppear:(BOOL)animated {...