Skip to content

Commit

Permalink
Fix bugs with 5g specs
Browse files Browse the repository at this point in the history
  • Loading branch information
denverwilliams committed Feb 8, 2024
1 parent 67c4c76 commit 2c0fcef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tasks/utils/ueransim.cr
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ module UERANSIM
Log.info { "Found ueransim ... deleting" }
Helm.delete("ueransim")
end
Helm.helm_repo_add("openverso","https://gradiant.github.io/openverso-charts/")
Helm.fetch("openverso/ueransim-gnb --version 0.2.5 --untar")
#Helm.helm_repo_add("openverso","https://gradiant.github.io/openverso-charts/")
# Helm.fetch("openverso/ueransim-gnb --version 0.2.5 --untar")
Helm.fetch("oci://registry-1.docker.io/gradiant/ueransim-gnb --version 0.2.5 --untar")

protectionScheme = config.cnf_config[:fiveG_core][:protectionScheme]
unless protectionScheme.empty?
Expand Down

0 comments on commit 2c0fcef

Please sign in to comment.