Projects
osmocom:nightly
osmo_dia2gsup
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 4
View file
osmo-diameter2gsup_0.1.0.tar.xz/build_dep.tar.gz
Changed
View file
osmo-diameter2gsup_0.1.0.tar.xz/contrib/generate_build_dep.sh
Changed
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e # execute the script from the top dir of this repository to generate # a build_dep.tar.gz for building with debian/OBS @@ -8,6 +8,7 @@ exit 1 fi +set -x rm -rf _checkouts _build rebar3 get-deps mkdir _checkouts
View file
osmo-diameter2gsup_0.1.0.tar.xz/contrib/systemd/osmo_dia2gsup.service
Changed
@@ -7,7 +7,7 @@ Restart=always Environment="HOME=/var/lib/osmo_dia2gsup" ExecStartPre=/usr/bin/mkdir -p /var/lib/osmo_dia2gsup -ExecStart=/usr/bin/erl -noshell -sname osmo_dia2gsup -eval "osmo_dia2gsup:start()." +ExecStart=/usr/bin/osmo-dia2gsup RestartSec=2 Install
View file
osmo-diameter2gsup_0.1.0.tar.xz/debian/rules
Changed
@@ -16,4 +16,4 @@ override_dh_clean: dh_clean - rm -rf _build _lib _checkouts + rm -rf _build _checkouts
View file
osmo-diameter2gsup_0.1.0.tar.xz/log/console.log
Changed
@@ -12,3 +12,9 @@ 2022-03-31 18:55:01.288 info <0.44.0> Application diameter exited with reason: stopped 2022-03-31 18:55:41.889 info <0.319.0>@osmo_dia2gsup:init:{70,2} Diameter HSS Application started on IP 127.0.0.4, sctp port 3868 2022-03-31 18:55:41.929 info <0.326.0>@gsup_client:init:{68,2} Connecting to GSUP HLR on IP 127.0.0.96 port 4222 +2022-07-19 14:02:56.223 info <0.140.0>@osmo_dia2gsup:init:76 Diameter HSS Application started on IP 127.0.0.4, sctp port 3868 +2022-07-19 14:02:56.228 info <0.151.0>@gsup_client:init:68 Connecting to GSUP HLR on IP 127.0.0.1 port 4222 +2022-07-19 14:03:06.215 info <0.140.0>@osmo_dia2gsup:init:76 Diameter HSS Application started on IP 127.0.0.4, sctp port 3868 +2022-07-19 14:03:06.220 info <0.151.0>@gsup_client:init:68 Connecting to GSUP HLR on IP 127.0.0.1 port 4222 +2022-07-19 14:03:27.940 info <0.140.0>@osmo_dia2gsup:init:76 Diameter HSS Application started on IP 127.0.0.4, sctp port 3868 +2022-07-19 14:03:27.945 info <0.151.0>@gsup_client:init:68 Connecting to GSUP HLR on IP 127.0.0.1 port 4222
View file
osmo-diameter2gsup_0.1.0.tar.xz/log/crash.log
Changed
@@ -44,3 +44,9 @@ stack_size: 29 reductions: 165 neighbours: +2022-07-19 14:03:11 =SUPERVISOR REPORT==== + Supervisor: {local,osmo_dia2gsup_sup} + Context: start_error + Reason: connrefused + Offender: {pid,undefined},{id,gsup_client},{mfargs,{gen_server,start_link,{local,gsup_client},gsup_client,"127.0.0.1",4222,,{debug,trace}}},{restart_type,permanent},{shutdown,2000},{child_type,worker} +
View file
osmo-diameter2gsup_0.1.0.tar.xz/src/osmo_dia2gsup.erl
Changed
@@ -69,7 +69,7 @@ % DIAMETER side SvcName = ?MODULE, diameter:start_service(SvcName, ?SERVICE(SvcName)), - Ip = application:get_env(osmo_dia2gsup, diameter_ip, "127.0.0.4"), + Ip = application:get_env(osmo_dia2gsup, diameter_ip, "127.0.0.8"), Port = application:get_env(osmo_dia2gsup, diameter_port, 3868), Proto = application:get_env(osmo_dia2gsup, diameter_proto, sctp), listen({address, Proto, element(2,inet:parse_address(Ip)), Port}),
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.