Skip to content

Commit

Permalink
Merge pull request #13 from Cepat-Kilat-Teknologi/develop
Browse files Browse the repository at this point in the history
Update OID IP Addr and Change Go Version
  • Loading branch information
sumitroajiprabowo authored Jan 28, 2025
2 parents dfd9311 + ea80d46 commit d4c535d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS dev
FROM golang:1.23-alpine AS dev
RUN go install github.com/air-verse/air@latest
WORKDIR /app
COPY . /app/
Expand Down
4 changes: 2 additions & 2 deletions config/cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Board1Pon6:
onu_rx_power: ".500.20.2.2.2.1.10.285278470"
onu_tx_power: ".3.50.12.1.1.14.268502528"
onu_status_id : ".500.10.2.3.8.1.4.285278470"
onu_ip_address : ".3.50.16.1.1.10.268568064"
onu_ip_address : ".3.50.16.1.1.10.268502528"
onu_description : ".500.10.2.3.3.1.3.285278470"
onu_last_online_time: ".500.10.2.3.8.1.5.285278470"
onu_last_offline_time: ".500.10.2.3.8.1.6.285278470"
Expand All @@ -116,7 +116,7 @@ Board1Pon7:
onu_rx_power: ".500.20.2.2.2.1.10.285278471"
onu_tx_power: ".3.50.12.1.1.14.268502784"
onu_status_id : ".500.10.2.3.8.1.4.285278471"
onu_ip_address : ".3.50.16.1.1.10.268502528"
onu_ip_address : ".3.50.16.1.1.10.268502784"
onu_description : ".500.10.2.3.3.1.3.285278471"
onu_last_online_time: ".500.10.2.3.8.1.5.285278471"
onu_last_offline_time: ".500.10.2.3.8.1.6.285278471"
Expand Down
4 changes: 2 additions & 2 deletions config/config-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Board1Pon6:
onu_rx_power: ".500.20.2.2.2.1.10.285278470"
onu_tx_power: ".3.50.12.1.1.14.268502528"
onu_status_id : ".500.10.2.3.8.1.4.285278470"
onu_ip_address : ".3.50.16.1.1.10.268568064"
onu_ip_address : ".3.50.16.1.1.10.268502528"
onu_description : ".500.10.2.3.3.1.3.285278470"
onu_last_online_time: ".500.10.2.3.8.1.5.285278470"
onu_last_offline_time: ".500.10.2.3.8.1.6.285278470"
Expand All @@ -116,7 +116,7 @@ Board1Pon7:
onu_rx_power: ".500.20.2.2.2.1.10.285278471"
onu_tx_power: ".3.50.12.1.1.14.268502784"
onu_status_id : ".500.10.2.3.8.1.4.285278471"
onu_ip_address : ".3.50.16.1.1.10.268502528"
onu_ip_address : ".3.50.16.1.1.10.268502784"
onu_description : ".500.10.2.3.3.1.3.285278471"
onu_last_online_time: ".500.10.2.3.8.1.5.285278471"
onu_last_offline_time: ".500.10.2.3.8.1.6.285278471"
Expand Down
4 changes: 2 additions & 2 deletions config/config-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Board1Pon6:
onu_rx_power: ".500.20.2.2.2.1.10.285278470"
onu_tx_power: ".3.50.12.1.1.14.268502528"
onu_status_id : ".500.10.2.3.8.1.4.285278470"
onu_ip_address : ".3.50.16.1.1.10.268568064"
onu_ip_address : ".3.50.16.1.1.10.268502528"
onu_description : ".500.10.2.3.3.1.3.285278470"
onu_last_online_time: ".500.10.2.3.8.1.5.285278470"
onu_last_offline_time: ".500.10.2.3.8.1.6.285278470"
Expand All @@ -116,7 +116,7 @@ Board1Pon7:
onu_rx_power: ".500.20.2.2.2.1.10.285278471"
onu_tx_power: ".3.50.12.1.1.14.268502784"
onu_status_id : ".500.10.2.3.8.1.4.285278471"
onu_ip_address : ".3.50.16.1.1.10.268502528"
onu_ip_address : ".3.50.16.1.1.10.268502784"
onu_description : ".500.10.2.3.3.1.3.285278471"
onu_last_online_time: ".500.10.2.3.8.1.5.285278471"
onu_last_offline_time: ".500.10.2.3.8.1.6.285278471"
Expand Down

0 comments on commit d4c535d

Please sign in to comment.