SigScale
SigScale
  • 8
  • 3 580
In-service software upgrade!
The Erlang/OTP platform supports hot code loading and the release handler uses it to upgrade between release versions without stopping the applications. SigScale has incorporated this into our Debian package maintainer scripts so that simply running `sudo apt update; sudo apt upgrade` will migrate your running OCS to the latest version. Importantly, no ongoing sessions are terminated as SCTP/TCP connections remain up.
Переглядів: 116

Відео

Installing SigScale OCS on Kubernetes with a Helm Chart
Переглядів 11510 місяців тому
We find and install SigScale's Helm chart for our Online Charging System (OCS) on a Kubernetes cluster. Then we scale the StatefulSet up from one to three nodes (Pods). Commands used: open artifacthub.io helm install ocs-1 oci://asia-east1-docker.pkg.dev/sigscale-ocs/charts/sigscale-ocs helm list kubectl get all -l app.kubernetes.io/instance=ocs-1 kubectl get pods kubectl logs ocs-1-sigscale-oc...
5G Chargers Catalyst at DTWS 2021
Переглядів 3183 роки тому
SigScale OCS is featured in this Catalyst project with champions Vodafone, Telenor and Orange and the participation of Oracle, SigScale and Whale Cloud at TM Forum's annual event. In this video SigScale CEO Vance Shipley discusses the catalog-driven solution the partners used as well as the API contribution we developed.
Installing SigScale OCS on Debian 10 (buster)
Переглядів 1033 роки тому
In this video we install the latest SigScale OCS version on a GCE f1-micro instance running Debian 10 (buster). The commands used are: curl -sLO repo.sigscale.org/pool/main/s/sigscale-release/sigscale-release_1.3-1 debian10_all.deb sudo dpkg -i sigscale-release_1.3-1 debian10_all.deb sudo apt update sudo apt install ocs sudo systemctl enable ocs sudo systemctl start ocs sudo systemctl status ocs
Installing SigScale OCS on Ubuntu 20.04 (focal)
Переглядів 3063 роки тому
In this video we install the latest SigScale OCS version on a GCE f1-micro instance running Ubuntu 20.04 LTS (focal). The commands used are: curl -sLO repo.sigscale.org/pool/main/s/sigscale-release/sigscale-release_1.3-1 ubuntu20.04_all.deb sudo dpkg -i sigscale-release_1.3-1 ubuntu20.04_all.deb sudo apt update sudo apt install ocs sudo systemctl enable ocs sudo systemctl start ocs sudo systemc...
Installing SigScale OCS on Ubuntu 18.04 LTS (bionic)
Переглядів 1283 роки тому
In this video we install the latest SigScale OCS version on a GCE f1-micro instance running Ubuntu 18.04 LTS (bionic). The commands used are: curl -sLO repo.sigscale.org/pool/main/s/sigscale-release/sigscale-release_1.3-1 ubuntu18.04_all.deb sudo dpkg -i sigscale-release_1.3-1 ubuntu18.04_all.deb sudo apt update sudo apt install ocs sudo systemctl enable ocs sudo systemctl start ocs sudo system...
Installing SigScale OCS using a Docker Container
Переглядів 1,1 тис.6 років тому
Get started with SigScale's Online Charging System (OCS) running in a Docker container image: $ docker pull sigscale/ocs $ docker run -ti entrypoint bash -h host1.example.com -v db:/home/otp/db sigscale/ocs otp@host1.example.com:~$ bin/initialize otp@host1.example.com:~$ exit $ docker run -dti -h host1.example.com -v db:/home/otp/db -p 8080:8080/tcp -p 1812:1812/udp -p 1813:1813/udp -p 3868:386...
Product Catalog in SigScale OCS
Переглядів 1,4 тис.7 років тому
SigScale's Online Charging System (OCS) implements the TM Forum's Open APIs for product catalog/inventory management. Here we demonstrate adding prepaid product offerings and instantiating subscriptions. Realtime usage will be rated with price in the product offering.

КОМЕНТАРІ

  • @baymaxx-u2s
    @baymaxx-u2s 11 місяців тому

    Error in running the initialize ``` otp@host1:~$ bin/initialize =INFO REPORT==== 28-Jan-2024::06:37:06.675170 === Can't set long node name! Please check your configuration ```

    • @sigscale
      @sigscale 11 місяців тому

      Be sure to use fully qualified domain name (FQDN) for the host (e.g. -h host.example.com).

  • @avtarsingh-wz9bs
    @avtarsingh-wz9bs Рік тому

    Do you have a reference video for installing the OCS application in K8s cluster?

    • @sigscale
      @sigscale Рік тому

      No video, however there is a GitHub project with our Kubernetes assets and instructions for deploying a StatefulSet: github.com/sigscale/ocs-k8s

    • @sigscale
      @sigscale Рік тому

      Email us at info@sigscale.com to discuss our commercial support service subscriptions.

    • @avtarsingh-wz9bs
      @avtarsingh-wz9bs Рік тому

      @@sigscale I have dropped a mail. Actually I am deploying on public cloud hyperscaler and we can collaborate on this. Please let me know.

  • @fouad800
    @fouad800 2 роки тому

    i need your help sir for define new iphone 14 using using the amazing product catalog , how to define the characteristic and specification

    • @sigscale
      @sigscale 2 роки тому

      The Product Catalog component in SigScale OCS is used to define prepaid voice, data and messaging service Product Offerings. It isn't used for physical products like a device. To add a device to a Product subscription use the Subscribers -> Services view. Select the (+) to bring up a dialog. In the Authentication tab enter the subscriber identity, which may be an IMSI, MSISDN or other. On the Product tab you may select a Product Offering.

  • @waletale
    @waletale 3 роки тому

    how connect to OCS WEB User Interface, what URL?

    • @sigscale
      @sigscale 3 роки тому

      host:8080/ Username: admin Password: admin

  • @kapilgidwani
    @kapilgidwani 6 років тому

    how to build from source ?

    • @sigscale
      @sigscale 6 років тому

      github.com/sigscale/ocs