Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions 4g-volte-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@ services:
- COMPONENT_NAME=osmohlr
expose:
- "4222/tcp"
- "4259/tcp"
ports:
- "4259:4259/tcp"
networks:
default:
ipv4_address: ${OSMOHLR_IP}
Expand Down
3 changes: 3 additions & 0 deletions 4g-volte-ocs-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,9 @@ services:
- COMPONENT_NAME=osmohlr
expose:
- "4222/tcp"
- "4259/tcp"
ports:
- "4259:4259/tcp"
networks:
default:
ipv4_address: ${OSMOHLR_IP}
Expand Down
3 changes: 3 additions & 0 deletions 4g-volte-opensips-ims-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@ services:
- COMPONENT_NAME=osmohlr
expose:
- "4222/tcp"
- "4259/tcp"
ports:
- "4259:4259/tcp"
networks:
default:
ipv4_address: ${OSMOHLR_IP}
Expand Down
3 changes: 3 additions & 0 deletions 4g-volte-vowifi-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,9 @@ services:
- COMPONENT_NAME=osmohlr
expose:
- "4222/tcp"
- "4259/tcp"
ports:
- "4259:4259/tcp"
Comment thread
linuxmaniac marked this conversation as resolved.
networks:
default:
ipv4_address: ${OSMOHLR_IP}
Expand Down
3 changes: 3 additions & 0 deletions custom_deployments/open5gs_hss_cx/4g-external-ims-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ services:
- COMPONENT_NAME=osmohlr
expose:
- "4222/tcp"
- "4259/tcp"
ports:
- "4259:4259/tcp"
networks:
default:
ipv4_address: ${OSMOHLR_IP}
Expand Down
3 changes: 3 additions & 0 deletions custom_deployments/open5gs_hss_cx/4g-volte-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,9 @@ services:
- COMPONENT_NAME=osmohlr
expose:
- "4222/tcp"
- "4259/tcp"
ports:
- "4259:4259/tcp"
networks:
default:
ipv4_address: ${OSMOHLR_IP}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ services:
- COMPONENT_NAME=osmohlr
expose:
- "4222/tcp"
- "4259/tcp"
ports:
- "4259:4259/tcp"
networks:
default:
ipv4_address: ${OSMOHLR_IP}
Expand Down
3 changes: 3 additions & 0 deletions deploy-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,9 @@ services:
- COMPONENT_NAME=osmohlr
expose:
- "4222/tcp"
- "4259/tcp"
ports:
- "4259:4259/tcp"
networks:
default:
ipv4_address: ${OSMOHLR_IP}
Expand Down
Loading