Compare commits

..

No commits in common. "ns-o-ran-ddos" and "ns-o-ran" have entirely different histories.

View File

@ -24,11 +24,8 @@ func main() {
println(responseDeRegisterString)
time.Sleep(5 * time.Second)
for true{
response, err := registerXApp()
}
response, err := registerXApp()
if err != nil {
print("Error: " + err.Error())
}