Skip to content

Commit

Permalink
Add HO mode to ransim chart (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadansari committed Jun 14, 2021
1 parent 8f7f2b3 commit ab29725
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ran-simulator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: ran-simulator
description: ONOS RAN Simulator
kubeVersion: ">=1.15.0"
type: application
version: 1.0.51
version: 1.0.52
appVersion: v0.7.38
keywords:
- onos
Expand Down
1 change: 1 addition & 0 deletions ran-simulator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
- "-certPath=/etc/ran-simulator/certs/tls.crt"
- "-modelName={{ .Values.pci.modelName }}"
- "-metricName={{ .Values.pci.metricName }}"
- "-hoLogic={{ .Values.mobility.hoLogic }}"
{{- range $key, $smplugin := .Values.servicemodels }}
- {{ printf "-serviceModel=/usr/local/lib/shared/%s.so.%s" $smplugin.name $smplugin.version }}
{{- end }}
Expand Down
3 changes: 3 additions & 0 deletions ran-simulator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ pci:
modelName: "model"
metricName: "metrics"

mobility:
# hoLogic: "mho"
hoLogic: "local"

servicemodels:
- name: e2sm_kpm
Expand Down

0 comments on commit ab29725

Please sign in to comment.