View gist:f954522a4e045d4ae7973df8c4432a17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAMESPACE NAME READY STATUS RESTARTS AGE | |
kube-system aws-node-24xmz 1/1 Running 0 14h | |
kube-system aws-node-ckp62 1/1 Running 0 14h | |
kube-system aws-node-flgjv 1/1 Running 0 14h | |
kube-system aws-node-gj9bf 1/1 Running 0 14h | |
kube-system aws-node-pxj2g 1/1 Running 0 11h | |
kube-system aws-node-v4tt6 1/1 Running 0 14h | |
kube-system aws-node-z5756 1/1 Running 0 11h | |
kube-system coredns-86bcc74758-gggtt 1/1 Running 0 14h | |
kube-system coredns-86bcc74758-prvwn 1/1 |
View lte-orc8r and orc8r pods with labels
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAME READY STATUS RESTARTS AGE LABELS | |
nms-magmalte-755757dc7f-2msks 1/1 Running 0 4m19s app.kubernetes.io/component=magmalte,app.kubernetes.io/instance=orc8r,app.kubernetes.io/name=nms,chart-version=0.1.11,image-version=1.5.0-8952929,pod-template-hash=755757dc7f,release_group=orc8r | |
nms-nginx-proxy-7569847c98-7nhvl 1/1 Running 0 4m19s app.kubernetes.io/component=nginx,app.kubernetes.io/instance=orc8r,app.kubernetes.io/name=nms,chart-version=0.1.11,image-version=1.5.0-8952929,pod-template-hash=7569847c98,release_group=orc8r | |
orc8r-accessd-7bdc676b54-4sqnz 1/1 Running 0 4m18s app.kubernetes.io/component=accessd,app.kubernetes.io/instance=orc8r,app.kubernetes.io/name=orc8r,image-version=1.5.0-8952929,pod-template-hash=7bdc676b54 | |
orc8r-accessd-7bdc676b54-6jcn7 1/1 Running 0 4m18s app.kubernetes.io/component=accessd,app.kubernetes.io/instance=orc8r,app.kuberne |
View gist:aa3a8bf3974bc5ec9ca98ed35cd57325
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: lte-orc8r/templates/ha.pdb.yaml | |
chart-version: 0.2.5 | |
release-name: lte-staging | |
image-version: 1.5.0-8952929 | |
# Source: lte-orc8r/templates/lte.pdb.yaml | |
chart-version: 0.2.5 | |
release-name: lte-staging | |
image-version: 1.5.0-8952929 | |
# Source: lte-orc8r/templates/nprobe.pdb.yaml | |
chart-version: 0.2.5 |
View gist:e7156e6f6fce6834323aaa709925f6b8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: orc8r/templates/accessd.pdb.yaml | |
chart-version: 1.5.23 | |
release-name: orc8r | |
image-version: 1.5.0-8952929 | |
# Source: orc8r/templates/analytics.pdb.yaml | |
chart-version: 1.5.23 | |
release-name: orc8r | |
image-version: 1.5.0-8952929 | |
# Source: orc8r/templates/bootstrapper.pdb.yaml | |
chart-version: 1.5.23 |
View dataword_rate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bits_per_symbol = 2 | |
symb_rate = 156.25e3; | |
dataword = 6144; # In bits | |
codeword = 18444; # In bits | |
frame_head = 10*13*bits_per_symbol; | |
usable_load = dataword/(frame_head + codeword); | |
data_rate = symb_rate * usable_load * bits_per_symbol; |