lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
July
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
List overview
Download
jenkins-notifications
May 2021
----- 2025 -----
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
jenkins-notifications@lists.osmocom.org
1 participants
19 discussions
Start a n
N
ew thread
Build failed in Jenkins: registry-rebuild-upload-titan #169
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/169/d…
> Changes: ------------------------------------------ Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 165 originally caused by: Started by timer Running as SYSTEM Building remotely on gtp0-deb9build (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9) in workspace <
https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/ws/
> The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository
git://git.osmocom.org/docker-playground
> git init <
https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/ws/
> # timeout=10 Fetching upstream changes from
git://git.osmocom.org/docker-playground
> git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress --
git://git.osmocom.org/docker-playground
+refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url
git://git.osmocom.org/docker-playground
# timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision c64b3155d8c1478e75f83789ada1ca8b58f89a2d (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c64b3155d8c1478e75f83789ada1ca8b58f89a2d # timeout=10 Commit message: "ttcn3-stp-test: Add mp_stp_has_asp_quirk:=false for latest" > git rev-list --no-walk c64b3155d8c1478e75f83789ada1ca8b58f89a2d # timeout=10 [registry-rebuild-upload-titan] $ /bin/sh -xe /tmp/jenkins555218485307838510.sh +
REGISTRY=registry.osmocom.org
+ make -C debian-stretch-titan
REGISTRY_HOST=registry.osmocom.org
make: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/ws/de…
'> rm -rf .common cp -r <
https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/ws/co…
> .common docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg
REGISTRY=registry.osmocom.org
\ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:stretch \ --build-arg DISTRO=debian-stretch \ --build-arg
OSMOCOM_REPO_MIRROR=http://download.opensuse.org
\ --build-arg OSMOCOM_REPO_PATH=repositories/network:/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg
OSMOCOM_REPO_TESTSUITE_MIRROR=http://download.opensuse.org
\ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ -t
registry.osmocom.org/osmocom-build/debian-stretch-titan:latest
. Sending build context to Docker daemon 28.67kB Step 1/22 : ARG REGISTRY=docker.io Step 2/22 : ARG UPSTREAM_DISTRO=debian:stretch Step 3/22 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} ---> acf04b8ccc37 Step 4/22 : ARG OSMOCOM_REPO_TESTSUITE_MIRROR="
http://download.opensuse.org
" ---> Using cache ---> 420a3144e4a9 Step 5/22 : MAINTAINER Harald Welte <laforge(a)gnumonks.org> ---> Using cache ---> c08126d95ca5 Step 6/22 : ARG OSMOCOM_REPO="$OSMOCOM_REPO_TESTSUITE_MIRROR/repositories/network:/osmocom:/latest/Debian_9.0/" ---> Using cache ---> fda701712217 Step 7/22 : RUN apt-get update && apt-get install -y gnupg ---> Using cache ---> 7dd25e0eb917 Step 8/22 : COPY .common/Release.key /tmp/Release.key ---> Using cache ---> b34d5dc3dfa8 Step 9/22 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-latest.list ---> Using cache ---> 45632f033124 Step 10/22 : ADD $OSMOCOM_REPO/Release /tmp/Release ---> Using cache ---> 8323d8252d1e Step 11/22 : RUN apt-get update && apt-get install -y --no-install-recommends --no-install-suggests eclipse-titan ---> Using cache ---> b3256e36df0a Step 12/22 : RUN apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND='noninteractive' apt-get install -y --no-install-recommends --no-install-suggests build-essential git procps tcpdump wireshark-common vim netcat-openbsd && apt-get clean ---> Using cache ---> 93e4f1952b1f Step 13/22 : RUN sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h ---> Using cache ---> 7034d199c95d Step 14/22 : RUN apt-get update && apt-get -y install wget ---> Using cache ---> 041fbaa7c4f6 Step 15/22 : RUN DPKG_ARCH="$(dpkg --print-architecture)" && export $DPKG_ARCH && wget
https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.3_${DPKG_…
&& wget
https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.3_${DP…
&& dpkg -i ./libfftranscode0_0.3_${DPKG_ARCH}.deb ./libfftranscode-dev_0.3_${DPKG_ARCH}.deb && apt install --fix-broken && rm libfftranscode*.deb ---> Using cache ---> b14f81926518 Step 16/22 : RUN git config --global user.email docker(a)dock.er && git config --global user.name "Dock Er" ---> Using cache ---> 3093ff44cf11 Step 17/22 : RUN git clone
git://git.osmocom.org/osmo-ttcn3-hacks.git
&& make -C /osmo-ttcn3-hacks deps ---> Using cache ---> 081807d9725b Step 18/22 : ADD
https://git.osmocom.org/osmo-ttcn3-hacks/plain/deps/Makefile
/tmp/deps-Makefile ADD failed: failed to GET
https://git.osmocom.org/osmo-ttcn3-hacks/plain/deps/Makefile
with status 504 Gateway Time-out: <html> <head><title>504 Gateway Time-out</title></head> <body bgcolor="white"> <center><h1>504 Gateway Time-out</h1></center> <hr><center>nginx/1.14.2</center> </body> </html> ../make/Makefile:84: recipe for target 'docker-build' failed make: *** [docker-build] Error 1 make: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/ws/de…
'> Build step 'Execute shell' marked build as failure
4 years, 1 month
1
1
0
0
Build failed in Jenkins: master-osmo-pcu » master,0,osmocom-master-debian9,sysmo,True #3860
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=ma…
> Changes: [Pau Espin Pedrol] tbf_ul: Use is_tlli_valid() API ------------------------------------------ [...truncated 183.71 KB...] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../src" || test -z "" || rm -f rm -f osmo-bts-litecell15/*.o rm -f osmo-bts-litecell15/.deps/.dirstamp rm -f ./so_locations rm -f osmo-bts-oc2g/*.o rm -f osmo-bts-litecell15/.dirstamp rm -f osmo-bts-sysmo/*.o rm -f osmo-bts-oc2g/.deps/.dirstamp rm -f osmo-bts-oc2g/.dirstamp rm -f osmo-bts-sysmo/.deps/.dirstamp rm -f osmo-bts-sysmo/.dirstamp rm -rf ./.deps osmo-bts-litecell15/.deps osmo-bts-oc2g/.deps osmo-bts-sysmo/.deps rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/src' Making distclean in doc make[2]: Entering directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/doc' Making distclean in examples make[3]: Entering directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/examples" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/doc/examples' Making distclean in manuals make[3]: Entering directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/manuals" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/doc/manuals' make[3]: Entering directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../doc" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/doc' rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/doc' Making distclean in tests make[2]: Entering directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/tests' rm -rf .libs _libs test ! -f '../../../tests/testsuite' || \ /bin/bash '../../../tests/testsuite' --clean rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f emu/pcu_emu rm -f rlcmac/RLCMACTest alloc/AllocTest alloc/MslotTest tbf/TbfTest types/TypesTest ms/MsTest llist/LListTest llc/LlcTest codel/codel_test edge/EdgeTest bitcomp/BitcompTest fn/FnTest app_info/AppInfoTest ulc/PdchUlcTest rm -rf alloc/.libs alloc/_libs rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../tests" || test -z "" || rm -f rm -rf app_info/.libs app_info/_libs rm -f alloc/.dirstamp rm -rf bitcomp/.libs bitcomp/_libs rm -f app_info/.dirstamp rm -f bitcomp/.dirstamp rm -rf codel/.libs codel/_libs rm -f codel/.dirstamp rm -rf edge/.libs edge/_libs rm -f edge/.dirstamp rm -rf emu/.libs emu/_libs rm -f emu/.dirstamp rm -rf fn/.libs fn/_libs rm -f fn/.dirstamp rm -rf llc/.libs llc/_libs rm -f llc/.dirstamp rm -rf llist/.libs llist/_libs rm -f llist/.dirstamp rm -rf ms/.libs ms/_libs rm -f ms/.dirstamp rm -rf rlcmac/.libs rlcmac/_libs rm -f rlcmac/.dirstamp rm -rf tbf/.libs tbf/_libs rm -f tbf/.dirstamp rm -rf types/.libs types/_libs rm -f types/.dirstamp rm -f ulc/.dirstamp rm -rf ulc/.libs ulc/_libs test -z "atconfig" || rm -f atconfig rm -rf ./.deps rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/tests' Making distclean in contrib make[2]: Entering directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/contrib' Making distclean in systemd make[3]: Entering directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/contrib/systemd' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../contrib/systemd" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/contrib/systemd' make[3]: Entering directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/contrib' rm -rf .libs _libs rm -f *.lo test -z "osmo-pcu.spec" || rm -f osmo-pcu.spec rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../contrib" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/contrib' rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub/contrib' make[2]: Entering directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../.." || test -z "" || rm -f rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[2]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/build/osmo-pcu-0.9.0.89-faf0/_build/sub' if test -d "osmo-pcu-0.9.0.89-faf0"; then find "osmo-pcu-0.9.0.89-faf0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-pcu-0.9.0.89-faf0" || { sleep 5 && rm -rf "osmo-pcu-0.9.0.89-faf0"; }; else :; fi ======================================================== osmo-pcu-0.9.0.89-faf0 archives ready for distribution: osmo-pcu-0.9.0.89-faf0.tar.gz osmo-pcu-0.9.0.89-faf0.tar.bz2 ======================================================== + [ 0 = 1 ] + make -j 8 maintainer-clean Making maintainer-clean in include make[1]: Entering directory '/build/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[1]: Leaving directory '/build/include' Making maintainer-clean in src make[1]: Entering directory '/build/src' rm -rf .libs _libs test -z "libgprs.la" || rm -f libgprs.la rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f osmo-pcu rm -f osmo-pcu-remote rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f rm -f osmo-bts-litecell15/.deps/.dirstamp This command is intended for maintainers to use rm -f osmo-bts-litecell15/*.o it deletes files that may require special tools to rebuild. rm -f osmo-bts-litecell15/.dirstamp rm -f ./so_locations rm -f osmo-bts-oc2g/.deps/.dirstamp rm -f osmo-bts-oc2g/*.o rm -f osmo-bts-oc2g/.dirstamp rm -f osmo-bts-sysmo/*.o rm -f osmo-bts-sysmo/.deps/.dirstamp rm -f osmo-bts-sysmo/.dirstamp rm -rf ./.deps osmo-bts-litecell15/.deps osmo-bts-oc2g/.deps osmo-bts-sysmo/.deps rm -f Makefile make[1]: Leaving directory '/build/src' Making maintainer-clean in doc make[1]: Entering directory '/build/doc' Making maintainer-clean in examples make[2]: Entering directory '/build/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f This command is intended for maintainers to use test . = "." || test -z "" || rm -f it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/examples' Making maintainer-clean in manuals make[2]: Entering directory '/build/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/manuals' make[2]: Entering directory '/build/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[2]: Leaving directory '/build/doc' rm -f Makefile make[1]: Leaving directory '/build/doc' Making maintainer-clean in tests make[1]: Entering directory '/build/tests' rm -rf .libs _libs test ! -f './testsuite' || \ /bin/bash './testsuite' --clean rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rlcmac/RLCMACTest alloc/AllocTest alloc/MslotTest tbf/TbfTest types/TypesTest ms/MsTest llist/LListTest llc/LlcTest codel/codel_test edge/EdgeTest bitcomp/BitcompTest fn/FnTest app_info/AppInfoTest ulc/PdchUlcTest test -z "" || rm -f rm -f emu/pcu_emu rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf alloc/.libs alloc/_libs test . = "." || test -z "" || rm -f This command is intended for maintainers to use rm -f alloc/.dirstamp rm -rf app_info/.libs app_info/_libs it deletes files that may require special tools to rebuild. rm -rf bitcomp/.libs bitcomp/_libs rm -f app_info/.dirstamp rm -rf codel/.libs codel/_libs rm -f bitcomp/.dirstamp rm -rf edge/.libs edge/_libs rm -f codel/.dirstamp rm -rf emu/.libs emu/_libs rm -f edge/.dirstamp rm -f emu/.dirstamp rm -rf fn/.libs fn/_libs rm -f fn/.dirstamp rm -rf llc/.libs llc/_libs rm -f llc/.dirstamp rm -rf llist/.libs llist/_libs rm -f llist/.dirstamp rm -rf ms/.libs ms/_libs rm -f ms/.dirstamp rm -rf rlcmac/.libs rlcmac/_libs rm -f rlcmac/.dirstamp rm -rf tbf/.libs tbf/_libs rm -rf types/.libs types/_libs rm -f tbf/.dirstamp rm -f types/.dirstamp rm -rf ulc/.libs ulc/_libs rm -f ulc/.dirstamp test -z "atconfig" || rm -f atconfig ./testsuite: line 991: ./atconfig: No such file or directory make[1]: *** [clean-local] Error 1 Makefile:1369: recipe for target 'clean-local' failed make[1]: Leaving directory '/build/tests' Makefile:419: recipe for target 'maintainer-clean-recursive' failed make: *** [maintainer-clean-recursive] Error 1 Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE
4 years, 1 month
1
1
0
0
Build failed in Jenkins: Osmocom-repo-install-debian9 » nightly,repo-install-test #108
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=n…
> Changes: ------------------------------------------ [...truncated 367.88 KB...] May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DMAIN <0000> hnbgw_cn.c:461 IuCS remote addr not configured, using default: RI=SSN_PC,PC=0.23.1,SSN=RANAP May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DMAIN <0000> hnbgw_cn.c:461 IuPS remote addr not configured, using default: RI=SSN_PC,PC=0.23.4,SSN=RANAP May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DRANAP <0003> hnbgw_cn.c:512 No cs7 instance configured for IuCS nor IuPS, creating default instance May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSS7 <0010> osmo_ss7.c:385 0: Creating SS7 Instance May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSS7 <0010> osmo_ss7.c:685 0: Creating Route Table system May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DRANAP <0003> hnbgw_cn.c:525 Local SCCP addr: RI=SSN_PC,PC=0.23.5,SSN=RANAP May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSCCP <0011> sccp_user.c:548 OsmoHNBGW: Using SS7 instance 0, pc:0.23.5 May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSCCP <0011> sccp_user.c:555 OsmoHNBGW: Creating AS instance May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSS7 <0010> fsm.c:461 XUA_AS(as-clnt-OsmoHNBGW)[0x55d4b27f1d80]{AS_DOWN}: Allocated May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSS7 <0010> osmo_ss7.c:1013 0: as-as-clnt-OsmoHNBGW: Created AS May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSCCP <0011> sccp_user.c:566 OsmoHNBGW: Using AS instance as-clnt-OsmoHNBGW May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSCCP <0011> sccp_user.c:571 OsmoHNBGW: Creating default route May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSS7 <0010> osmo_ss7.c:829 0: Creating route: pc=0=0.0.0 mask=0x0 via AS 'as-clnt-OsmoHNBGW' May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSCCP <0011> sccp_user.c:611 OsmoHNBGW: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoHNBGW May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSS7 <0010> osmo_ss7.c:1033 0: as-as-clnt-OsmoHNBGW: Adding ASP asp-clnt-OsmoHNBGW to AS May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSS7 <0010> fsm.c:461 xua_default_lm(asp-clnt-OsmoHNBGW)[0x55d4b27f22e0]{IDLE}: Allocated May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502683 DLSS7 <0010> osmo_ss7.c:1482 0: asp-asp-clnt-OsmoHNBGW: Restarting ASP asp-clnt-OsmoHNBGW, r=localhost:2905<->l=localhost:0 May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DLSS7 <0010> fsm.c:461 XUA_ASP(asp-clnt-OsmoHNBGW)[0x55d4b27f5dd0]{ASP_DOWN}: Allocated May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DLSCCP <0011> sccp_user.c:638 OsmoHNBGW: Using ASP instance asp-clnt-OsmoHNBGW May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DLSS7 <0010> osmo_ss7.c:456 0: Creating SCCP instance May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DLSCCP <0011> sccp_user.c:107 Binding user 'SCCP Maangement' to SSN=1 PC=(no PC) May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DLSS7 <0010> osmo_ss7.c:480 registering user=SCCP for SI 3 with priv 0x55d4b27f60f0 May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DLSCCP <0011> sccp_user.c:107 Binding user 'OsmoHNBGW' to SSN=142 PC=0.23.5 May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DRANAP <0003> hnbgw_cn.c:550 Remote SCCP addr: IuCS: RI=SSN_PC,PC=0.23.1,SSN=RANAP May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DRANAP <0003> hnbgw_cn.c:552 Remote SCCP addr: IuPS: RI=SSN_PC,PC=0.23.4,SSN=RANAP May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DHNBAP <0001> hnbgw.c:658 Using RNC-Id 23 May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DMAIN <0000> hnbgw.c:663 Listening for Iuh at 0.0.0.0 29169 May 10 10:45:02 0fbf1564243b osmo-hnbgw[16069]: 20210510104502684 DLINP <0006> stream.c:286 [WAIT_RECONNECT] osmo_stream_cli_reconnect(): retrying in 5 seconds... + systemctl --no-pager -l -n 200 status osmo-bts-virtual ● osmo-bts-virtual.service - Osmocom GSM BTS for virtual Um layer based on GSMTAP/UDP Loaded: loaded (/lib/systemd/system/osmo-bts-virtual.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2021-05-10 10:45:02 UTC; 2s ago Main PID: 16068 (osmo-bts-virtua) Tasks: 1 (limit: 4915) CGroup: /docker/0fbf1564243bf83787e53ca5c080626eec1afd17cf6a3dfaf1bac4dd55d77830/system.slice/osmo-bts-virtual.service └─16068 /usr/bin/osmo-bts-virtual -s -c /etc/osmocom/osmo-bts-virtual.cfg May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=SITE-MANAGER INST=(ff,ff,ff) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[0] (150 ms) as sent by BSC due to suspected LAPDm bug! May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[1] (180 ms) as sent by BSC due to suspected LAPDm bug! May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[2] (180 ms) as sent by BSC due to suspected LAPDm bug! May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[3] (1680 ms) as sent by BSC due to suspected LAPDm bug! May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[4] (520 ms) as sent by BSC due to suspected LAPDm bug! May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[5] (165 ms) as sent by BSC due to suspected LAPDm bug! May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[6] (1680 ms) as sent by BSC due to suspected LAPDm bug! May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:89 NM_RCARRIER_OP(bts0-trx0)[0x560782f38bb0]{DISABLED_NOTINSTALLED}: Received Event SW_ACT May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_radio_carrier_fsm.c:62 NM_RCARRIER_OP(bts0-trx0)[0x560782f38bb0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_OFFLINE May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Power off -> Off line May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:90 NM_BBTRANSC_OP(bts0-trx0)[0x560782f38e90]{DISABLED_NOTINSTALLED}: Received Event SW_ACT May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:64 NM_BBTRANSC_OP(bts0-trx0)[0x560782f38e90]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_OFFLINE May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Power off -> Off line May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts0)[0x560782f390e0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts0)[0x560782f390e0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,00) AVAIL STATE Power off -> Dependency May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts1)[0x560782f396b0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts1)[0x560782f396b0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,01) AVAIL STATE Power off -> Dependency May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts2)[0x560782f39d10]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts2)[0x560782f39d10]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,02) AVAIL STATE Power off -> Dependency May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts3)[0x560782f3a370]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts3)[0x560782f3a370]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,03) AVAIL STATE Power off -> Dependency May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts4)[0x560782f3a9d0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts4)[0x560782f3a9d0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,04) AVAIL STATE Power off -> Dependency May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts5)[0x560782f3b030]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts5)[0x560782f3b030]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,05) AVAIL STATE Power off -> Dependency May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts6)[0x560782f3b690]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts6)[0x560782f3b690]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,06) AVAIL STATE Power off -> Dependency May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts7)[0x560782f3bcf0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts7)[0x560782f3bcf0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,07) AVAIL STATE Power off -> Dependency May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=GPRS-NSE(f0) INST=(00,ff,ff): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:743 OC=RADIO-CARRIER(02) INST=(00,00,ff): Set RF Max Power Reduction to 20 dBm May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DL1C <0006> bts_model.c:97 Unimplemented vbts_set_trx May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:221 (bts=0,trx=0): O&M Get Attributes [0], Manufacturer Dependent State is unsupported by TRX. May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,00): SET CHAN ATTR (TSC=7 pchan=CCCH+SDCCH4) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DL1C <0006> scheduler.c:973 Configuring multiframe with BCCH+CCCH+SDCCH/4+SACCH/4 trx=0 ts=0 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,01): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=1 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,02): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=2 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,03): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=3 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,04): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=4 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,05): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=5 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,06): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=6 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,07): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=7 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:150 NM_RCARRIER_OP(bts0-trx0)[0x560782f38bb0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_radio_carrier_fsm.c:131 NM_RCARRIER_OP(bts0-trx0)[0x560782f38bb0]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1043 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:146 NM_BTS_OP(bts0)[0x560782f38980]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bts_fsm.c:84 NM_BTS_OP(bts0)[0x560782f38980]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=BTS INST=(00,ff,ff) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=BTS INST=(00,ff,ff) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:154 NM_BBTRANSC_OP(bts0-trx0)[0x560782f38e90]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:149 NM_BBTRANSC_OP(bts0-trx0)[0x560782f38e90]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:1401 (bts=0,trx=0): Rx IPA RSL CONNECT IP=127.0.0.1 PORT=3003 STREAM=0x00 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DLINP <0012> input/ipa.c:128 127.0.0.1:3003 connection done May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DLINP <0012> input/ipaccess.c:898 received ID_GET for unit ID 6969/0/0 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DABIS <000d> abis.c:122 RSL Signalling link for TRX0 up May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_trx.c:205 NM_RCARRIER_OP(bts0-trx0)[0x560782f38bb0]{DISABLED_OFFLINE}: Received Event RSL_UP May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_radio_carrier_fsm.c:126 NM_RCARRIER_OP(bts0-trx0)[0x560782f38bb0]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_trx.c:206 NM_BBTRANSC_OP(bts0-trx0)[0x560782f38e90]{DISABLED_OFFLINE}: Received Event RSL_UP May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:144 NM_BBTRANSC_OP(bts0-trx0)[0x560782f38e90]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts0)[0x560782f390e0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts0)[0x560782f390e0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,00) AVAIL STATE Dependency -> Off line May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts1)[0x560782f396b0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts1)[0x560782f396b0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,01) AVAIL STATE Dependency -> Off line May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts2)[0x560782f39d10]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts2)[0x560782f39d10]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,02) AVAIL STATE Dependency -> Off line May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts3)[0x560782f3a370]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts3)[0x560782f3a370]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,03) AVAIL STATE Dependency -> Off line May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts4)[0x560782f3a9d0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts4)[0x560782f3a9d0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,04) AVAIL STATE Dependency -> Off line May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts5)[0x560782f3b030]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts5)[0x560782f3b030]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,05) AVAIL STATE Dependency -> Off line May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts6)[0x560782f3b690]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts6)[0x560782f3b690]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,06) AVAIL STATE Dependency -> Off line May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts7)[0x560782f3bcf0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts7)[0x560782f3bcf0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,07) AVAIL STATE Dependency -> Off line May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:369 Tx RSL RF RESource INDication May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI1, 23 bytes) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPCU <0009> pcu_sock.c:926 PCU socket not connected, dropping message May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPCU <0009> pcu_sock.c:765 Failed to send SI1 to PCU: rc=-5 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI2, 23 bytes) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts0)[0x560782f390e0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts0)[0x560782f390e0]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,00) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:504 RX RSL Disabling BCCH INFO (SI2bis) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:504 RX RSL Disabling BCCH INFO (SI2ter) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:504 RX RSL Disabling BCCH INFO (SI2quater) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI3, 23 bytes) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPCU <0009> pcu_sock.c:926 PCU socket not connected, dropping message May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPCU <0009> pcu_sock.c:765 Failed to send SI3 to PCU: rc=-5 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> bts.c:566 Updated AGCH max queue length to 12 May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts1)[0x560782f396b0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts1)[0x560782f396b0]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,01) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI4, 23 bytes) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:776 Rx RSL SACCH FILLING (SI5, 19 bytes) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts2)[0x560782f39d10]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts2)[0x560782f39d10]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,02) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:796 Rx RSL Disabling SACCH FILLING (SI5bis) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:796 Rx RSL Disabling SACCH FILLING (SI5ter) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts3)[0x560782f3a370]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts3)[0x560782f3a370]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,03) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:776 Rx RSL SACCH FILLING (SI6, 13 bytes) May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DPAG <0005> paging.c:676 Paging SI update May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DRSL <0000> rsl.c:920 (bts=0,trx=0) Rx Measurement Pre-processing Defaults May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts4)[0x560782f3a9d0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts4)[0x560782f3a9d0]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,04) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts5)[0x560782f3b030]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts5)[0x560782f3b030]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,05) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts6)[0x560782f3b690]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts6)[0x560782f3b690]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,06) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts7)[0x560782f3bcf0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts7)[0x560782f3bcf0]{DISABLED_OFFLINE}: state_chg to ENABLED May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,07) AVAIL STATE Off line -> OK May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Enabled May 10 10:45:02 0fbf1564243b osmo-bts-virtual[16068]: DL1P <0007> scheduler_virtbts.c:208 000002/00/02/02/02 (bts=0,trx=0,ts=0) BCCH: has not been served !! No prim + systemctl stop osmo-bsc osmo-gbproxy osmo-gtphub osmo-hlr osmo-mgw osmo-msc osmo-pcap-client osmo-sip-connector osmo-stp osmo-pcap-server osmo-sgsn osmo-pcu osmo-hnbgw osmo-bts-virtual + [ -n osmo-pcap-server ] + set +x ERROR: services failed to start: osmo-pcap-server + ret=1 + [ -n ] + docker container kill debian9-repo-install-test-nightly debian9-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure
4 years, 1 month
1
1
0
0
Build failed in Jenkins: master-osmo-pcu » origin/nrw/litecell15,0,osmocom-master-debian9,lc15,True #3848
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=or…
> Changes: [Pau Espin Pedrol] rim: Constify param in func ------------------------------------------ Started by upstream project "master-osmo-pcu" build number 3848 originally caused by: Started by an SCM change Running as SYSTEM Building remotely on host2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=or…
> The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=or…
> # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url
git://git.osmocom.org/osmo-pcu
# timeout=10 Fetching upstream changes from
git://git.osmocom.org/osmo-pcu
> git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress --
git://git.osmocom.org/osmo-pcu
+refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0e35aee19472e8146f255a2e0ca5092c852cae5b (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e35aee19472e8146f255a2e0ca5092c852cae5b # timeout=10 Commit message: "rim: Constify param in func" > git rev-list --no-walk c6dcfe32f3051ea0d32a10eff8f1004af0114653 # timeout=10 [True] $ /bin/sh -xe /tmp/jenkins936575393394415170.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcu/FIRMWARE_VERSION=origin/nrw/litecell15,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 4 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=or…
>:/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e FIRMWARE_VERSION=origin/nrw/litecell15 -e with_vty=True -e with_dsp=lc15 -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + [ -z make ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/layer1-headers Skipping repository deps/libosmocore + [ -d /build/deps ] + git_clean /build/deps/layer1-headers + repos=/build/deps/layer1-headers + [ ! -d /build/deps/layer1-headers ] + [ ! -d /build/deps/layer1-headers/.git ] + git -C /build/deps/layer1-headers checkout -f HEAD + git -C /build/deps/layer1-headers clean -dxf + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ‘/build/deps’: File exists + true + PCU_CONFIG= + [ lc15 = sysmo ] + [ lc15 = lc15 ] + PCU_CONFIG= --enable-lc15bts-phy --with-litecell15=/build/deps/layer1-headers/inc + cd /build/deps + osmo-layer1-headers.sh lc15 origin/nrw/litecell15 +
uri=https://gitlab.com/nrw_litecell15/litecell15-fw
+ version_prefix=origin/nrw/ + version=origin/nrw/litecell15 + [ -n origin/nrw/litecell15 ] + [ origin/nrw/litecell15 != master ] + version=origin/nrw/litecell15 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access '
https://gitlab.com/nrw_litecell15/litecell15-fw/
': The requested URL returned error: 503 Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE
4 years, 1 month
1
2
0
0
Build failed in Jenkins: master-osmo-pcu » v2017.01,0,osmocom-master-debian9,lc15,True #3848
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=v2…
> Changes: [Pau Espin Pedrol] rim: Constify param in func ------------------------------------------ Started by upstream project "master-osmo-pcu" build number 3848 originally caused by: Started by an SCM change Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=v2…
> The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=v2…
> # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url
git://git.osmocom.org/osmo-pcu
# timeout=10 Fetching upstream changes from
git://git.osmocom.org/osmo-pcu
> git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress --
git://git.osmocom.org/osmo-pcu
+refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0e35aee19472e8146f255a2e0ca5092c852cae5b (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e35aee19472e8146f255a2e0ca5092c852cae5b # timeout=10 Commit message: "rim: Constify param in func" > git rev-list --no-walk c6dcfe32f3051ea0d32a10eff8f1004af0114653 # timeout=10 [True] $ /bin/sh -xe /tmp/jenkins1254858420587459381.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcu/FIRMWARE_VERSION=v2017.01,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=v2…
>:/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e FIRMWARE_VERSION=v2017.01 -e with_vty=True -e with_dsp=lc15 -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + [ -z make ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/libosmocore Skipping repository deps/layer1-headers + [ -d /build/deps ] + git_clean /build/deps/layer1-headers + repos=/build/deps/layer1-headers + [ ! -d /build/deps/layer1-headers ] + [ ! -d /build/deps/layer1-headers/.git ] + git -C /build/deps/layer1-headers checkout -f HEAD + git -C /build/deps/layer1-headers clean -dxf + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ‘/build/deps’: File exists + true + PCU_CONFIG= + [ lc15 = sysmo ] + [ lc15 = lc15 ] + PCU_CONFIG= --enable-lc15bts-phy --with-litecell15=/build/deps/layer1-headers/inc + cd /build/deps + osmo-layer1-headers.sh lc15 v2017.01 +
uri=https://gitlab.com/nrw_litecell15/litecell15-fw
+ version_prefix=origin/nrw/ + version=origin/nrw/litecell15 + [ -n v2017.01 ] + [ v2017.01 != master ] + version=v2017.01 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access '
https://gitlab.com/nrw_litecell15/litecell15-fw/
': The requested URL returned error: 503 Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE
4 years, 1 month
1
2
0
0
Build failed in Jenkins: master-osmo-pcu » master,0,osmocom-master-debian9,lc15,True #3848
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=ma…
> Changes: [Pau Espin Pedrol] rim: Constify param in func ------------------------------------------ Started by upstream project "master-osmo-pcu" build number 3848 originally caused by: Started by an SCM change Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=ma…
> The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=ma…
> # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url
git://git.osmocom.org/osmo-pcu
# timeout=10 Fetching upstream changes from
git://git.osmocom.org/osmo-pcu
> git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress --
git://git.osmocom.org/osmo-pcu
+refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0e35aee19472e8146f255a2e0ca5092c852cae5b (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e35aee19472e8146f255a2e0ca5092c852cae5b # timeout=10 Commit message: "rim: Constify param in func" > git rev-list --no-walk c6dcfe32f3051ea0d32a10eff8f1004af0114653 # timeout=10 [True] $ /bin/sh -xe /tmp/jenkins4037979493204653190.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=ma…
>:/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e FIRMWARE_VERSION=master -e with_vty=True -e with_dsp=lc15 -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + [ -z make ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/libosmocore Skipping repository deps/layer1-headers + [ -d /build/deps ] + git_clean /build/deps/layer1-headers + repos=/build/deps/layer1-headers + [ ! -d /build/deps/layer1-headers ] + [ ! -d /build/deps/layer1-headers/.git ] + git -C /build/deps/layer1-headers checkout -f HEAD + git -C /build/deps/layer1-headers clean -dxf + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ‘/build/deps’: File exists + true + PCU_CONFIG= + [ lc15 = sysmo ] + [ lc15 = lc15 ] + PCU_CONFIG= --enable-lc15bts-phy --with-litecell15=/build/deps/layer1-headers/inc + cd /build/deps + osmo-layer1-headers.sh lc15 master +
uri=https://gitlab.com/nrw_litecell15/litecell15-fw
+ version_prefix=origin/nrw/ + version=origin/nrw/litecell15 + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access '
https://gitlab.com/nrw_litecell15/litecell15-fw/
': The requested URL returned error: 503 Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE
4 years, 1 month
1
1
0
0
Build failed in Jenkins: Osmocom-repo-install-debian10 » nightly,repo-install-test #105
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian10/feed=…
> Changes: ------------------------------------------ [...truncated 385.85 KB...] May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DMAIN <0000> hnbgw_cn.c:461 IuPS remote addr not configured, using default: RI=SSN_PC,PC=0.23.4,SSN=RANAP May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DRANAP <0003> hnbgw_cn.c:512 No cs7 instance configured for IuCS nor IuPS, creating default instance May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSS7 <0010> osmo_ss7.c:385 0: Creating SS7 Instance May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSS7 <0010> osmo_ss7.c:685 0: Creating Route Table system May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DRANAP <0003> hnbgw_cn.c:525 Local SCCP addr: RI=SSN_PC,PC=0.23.5,SSN=RANAP May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSCCP <0011> sccp_user.c:548 OsmoHNBGW: Using SS7 instance 0, pc:0.23.5 May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSCCP <0011> sccp_user.c:555 OsmoHNBGW: Creating AS instance May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSS7 <0010> fsm.c:461 XUA_AS(as-clnt-OsmoHNBGW)[0x55583f477db0]{AS_DOWN}: Allocated May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSS7 <0010> osmo_ss7.c:1013 0: as-as-clnt-OsmoHNBGW: Created AS May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSCCP <0011> sccp_user.c:566 OsmoHNBGW: Using AS instance as-clnt-OsmoHNBGW May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSCCP <0011> sccp_user.c:571 OsmoHNBGW: Creating default route May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSS7 <0010> osmo_ss7.c:829 0: Creating route: pc=0=0.0.0 mask=0x0 via AS 'as-clnt-OsmoHNBGW' May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSCCP <0011> sccp_user.c:611 OsmoHNBGW: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoHNBGW May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSS7 <0010> osmo_ss7.c:1033 0: as-as-clnt-OsmoHNBGW: Adding ASP asp-clnt-OsmoHNBGW to AS May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSS7 <0010> fsm.c:461 xua_default_lm(asp-clnt-OsmoHNBGW)[0x55583f475f60]{IDLE}: Allocated May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638131 DLSS7 <0010> osmo_ss7.c:1482 0: asp-asp-clnt-OsmoHNBGW: Restarting ASP asp-clnt-OsmoHNBGW, r=localhost:2905<->l=localhost:0 May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638134 DLSS7 <0010> fsm.c:461 XUA_ASP(asp-clnt-OsmoHNBGW)[0x55583f4a34d0]{ASP_DOWN}: Allocated May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638134 DLSCCP <0011> sccp_user.c:638 OsmoHNBGW: Using ASP instance asp-clnt-OsmoHNBGW May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638134 DLSS7 <0010> osmo_ss7.c:456 0: Creating SCCP instance May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638134 DLSCCP <0011> sccp_user.c:107 Binding user 'SCCP Maangement' to SSN=1 PC=(no PC) May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638134 DLSS7 <0010> osmo_ss7.c:480 registering user=SCCP for SI 3 with priv 0x55583f45edf0 May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638134 DLSCCP <0011> sccp_user.c:107 Binding user 'OsmoHNBGW' to SSN=142 PC=0.23.5 May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638134 DRANAP <0003> hnbgw_cn.c:550 Remote SCCP addr: IuCS: RI=SSN_PC,PC=0.23.1,SSN=RANAP May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638134 DRANAP <0003> hnbgw_cn.c:552 Remote SCCP addr: IuPS: RI=SSN_PC,PC=0.23.4,SSN=RANAP May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638134 DHNBAP <0001> hnbgw.c:658 Using RNC-Id 23 May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638134 DMAIN <0000> hnbgw.c:663 Listening for Iuh at 0.0.0.0 29169 May 07 10:46:38 48a4feed15af osmo-hnbgw[14086]: 20210507104638135 DLINP <0006> stream.c:286 [WAIT_RECONNECT] osmo_stream_cli_reconnect(): retrying in 5 seconds... + systemctl --no-pager -l -n 200 status osmo-bts-virtual ● osmo-bts-virtual.service - Osmocom GSM BTS for virtual Um layer based on GSMTAP/UDP Loaded: loaded (/lib/systemd/system/osmo-bts-virtual.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2021-05-07 10:46:38 UTC; 2s ago Main PID: 14085 (osmo-bts-virtua) Tasks: 1 (limit: 4915) Memory: 3.5M CGroup: /docker/48a4feed15afab3018ffadb7a565fc54246ab43cc9cb19e3ed75d23d5d3de055/system.slice/osmo-bts-virtual.service └─14085 /usr/bin/osmo-bts-virtual -s -c /etc/osmocom/osmo-bts-virtual.cfg May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[0] (150 ms) as sent by BSC due to suspected LAPDm bug! May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[1] (180 ms) as sent by BSC due to suspected LAPDm bug! May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[2] (180 ms) as sent by BSC due to suspected LAPDm bug! May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[3] (1680 ms) as sent by BSC due to suspected LAPDm bug! May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[4] (520 ms) as sent by BSC due to suspected LAPDm bug! May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[5] (165 ms) as sent by BSC due to suspected LAPDm bug! May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[6] (1680 ms) as sent by BSC due to suspected LAPDm bug! May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:89 NM_RCARRIER_OP(bts0-trx0)[0x559266e75590]{DISABLED_NOTINSTALLED}: Received Event SW_ACT May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_radio_carrier_fsm.c:62 NM_RCARRIER_OP(bts0-trx0)[0x559266e75590]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_OFFLINE May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Power off -> Off line May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:90 NM_BBTRANSC_OP(bts0-trx0)[0x559266e75870]{DISABLED_NOTINSTALLED}: Received Event SW_ACT May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:64 NM_BBTRANSC_OP(bts0-trx0)[0x559266e75870]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_OFFLINE May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Power off -> Off line May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts0)[0x559266e75ac0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts0)[0x559266e75ac0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,00) AVAIL STATE Power off -> Dependency May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts1)[0x559266e76110]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts1)[0x559266e76110]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,01) AVAIL STATE Power off -> Dependency May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts2)[0x559266e76760]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts2)[0x559266e76760]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,02) AVAIL STATE Power off -> Dependency May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts3)[0x559266e76db0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts3)[0x559266e76db0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,03) AVAIL STATE Power off -> Dependency May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts4)[0x559266e77400]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts4)[0x559266e77400]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,04) AVAIL STATE Power off -> Dependency May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts5)[0x559266e77a50]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts5)[0x559266e77a50]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,05) AVAIL STATE Power off -> Dependency May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts6)[0x559266e780a0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts6)[0x559266e780a0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,06) AVAIL STATE Power off -> Dependency May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts7)[0x559266e786f0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts7)[0x559266e786f0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,07) AVAIL STATE Power off -> Dependency May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=GPRS-NSE(f0) INST=(00,ff,ff): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:743 OC=RADIO-CARRIER(02) INST=(00,00,ff): Set RF Max Power Reduction to 20 dBm May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1C <0006> bts_model.c:97 Unimplemented vbts_set_trx May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:221 (bts=0,trx=0): O&M Get Attributes [0], Manufacturer Dependent State is unsupported by TRX. May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,00): SET CHAN ATTR (TSC=7 pchan=CCCH+SDCCH4) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1C <0006> scheduler.c:973 Configuring multiframe with BCCH+CCCH+SDCCH/4+SACCH/4 trx=0 ts=0 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,01): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=1 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,02): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=2 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,03): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=3 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,04): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=4 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,05): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=5 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,06): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=6 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,07): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=7 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:150 NM_RCARRIER_OP(bts0-trx0)[0x559266e75590]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_radio_carrier_fsm.c:131 NM_RCARRIER_OP(bts0-trx0)[0x559266e75590]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1043 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:146 NM_BTS_OP(bts0)[0x559266e75360]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bts_fsm.c:84 NM_BTS_OP(bts0)[0x559266e75360]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=BTS INST=(00,ff,ff) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=BTS INST=(00,ff,ff) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:154 NM_BBTRANSC_OP(bts0-trx0)[0x559266e75870]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:149 NM_BBTRANSC_OP(bts0-trx0)[0x559266e75870]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:1401 (bts=0,trx=0): Rx IPA RSL CONNECT IP=127.0.0.1 PORT=3003 STREAM=0x00 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DLINP <0012> input/ipa.c:128 127.0.0.1:3003 connection done May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DLINP <0012> input/ipaccess.c:898 received ID_GET for unit ID 6969/0/0 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DABIS <000d> abis.c:122 RSL Signalling link for TRX0 up May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_trx.c:205 NM_RCARRIER_OP(bts0-trx0)[0x559266e75590]{DISABLED_OFFLINE}: Received Event RSL_UP May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_radio_carrier_fsm.c:126 NM_RCARRIER_OP(bts0-trx0)[0x559266e75590]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_trx.c:206 NM_BBTRANSC_OP(bts0-trx0)[0x559266e75870]{DISABLED_OFFLINE}: Received Event RSL_UP May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:144 NM_BBTRANSC_OP(bts0-trx0)[0x559266e75870]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts0)[0x559266e75ac0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts0)[0x559266e75ac0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,00) AVAIL STATE Dependency -> Off line May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts1)[0x559266e76110]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts1)[0x559266e76110]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,01) AVAIL STATE Dependency -> Off line May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts2)[0x559266e76760]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts2)[0x559266e76760]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,02) AVAIL STATE Dependency -> Off line May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts3)[0x559266e76db0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts3)[0x559266e76db0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,03) AVAIL STATE Dependency -> Off line May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts4)[0x559266e77400]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts4)[0x559266e77400]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,04) AVAIL STATE Dependency -> Off line May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts5)[0x559266e77a50]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts5)[0x559266e77a50]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,05) AVAIL STATE Dependency -> Off line May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts6)[0x559266e780a0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts6)[0x559266e780a0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,06) AVAIL STATE Dependency -> Off line May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts7)[0x559266e786f0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts7)[0x559266e786f0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,07) AVAIL STATE Dependency -> Off line May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:369 Tx RSL RF RESource INDication May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI1, 23 bytes) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPCU <0009> pcu_sock.c:926 PCU socket not connected, dropping message May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPCU <0009> pcu_sock.c:765 Failed to send SI1 to PCU: rc=-5 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts0)[0x559266e75ac0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts0)[0x559266e75ac0]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,00) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI2, 23 bytes) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:504 RX RSL Disabling BCCH INFO (SI2bis) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:504 RX RSL Disabling BCCH INFO (SI2ter) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts1)[0x559266e76110]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts1)[0x559266e76110]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,01) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:504 RX RSL Disabling BCCH INFO (SI2quater) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI3, 23 bytes) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPCU <0009> pcu_sock.c:926 PCU socket not connected, dropping message May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPCU <0009> pcu_sock.c:765 Failed to send SI3 to PCU: rc=-5 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> bts.c:566 Updated AGCH max queue length to 12 May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI4, 23 bytes) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:776 Rx RSL SACCH FILLING (SI5, 19 bytes) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:796 Rx RSL Disabling SACCH FILLING (SI5bis) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts2)[0x559266e76760]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts2)[0x559266e76760]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,02) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:796 Rx RSL Disabling SACCH FILLING (SI5ter) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:776 Rx RSL SACCH FILLING (SI6, 13 bytes) May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DPAG <0005> paging.c:676 Paging SI update May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DRSL <0000> rsl.c:920 (bts=0,trx=0) Rx Measurement Pre-processing Defaults May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts3)[0x559266e76db0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts3)[0x559266e76db0]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,03) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts4)[0x559266e77400]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts4)[0x559266e77400]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,04) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts5)[0x559266e77a50]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts5)[0x559266e77a50]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,05) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts6)[0x559266e780a0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts6)[0x559266e780a0]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,06) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts7)[0x559266e786f0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts7)[0x559266e786f0]{DISABLED_OFFLINE}: state_chg to ENABLED May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,07) AVAIL STATE Off line -> OK May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Enabled May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1P <0007> scheduler_virtbts.c:208 000002/00/02/02/02 (bts=0,trx=0,ts=0) BCCH: has not been served !! No prim May 07 10:46:38 48a4feed15af osmo-bts-virtual[14085]: DL1P <0007> scheduler_virtbts.c:208 000006/00/06/06/06 (bts=0,trx=0,ts=0) CCCH: has not been served !! No prim + systemctl stop osmo-bsc osmo-gbproxy osmo-gtphub osmo-hlr osmo-mgw osmo-msc osmo-pcap-client osmo-sip-connector osmo-stp osmo-pcap-server osmo-sgsn osmo-pcu osmo-hnbgw osmo-bts-virtual + [ -n osmo-pcap-server ] + set +x ERROR: services failed to start: osmo-pcap-server + ret=1 + [ -n ] + docker container kill debian10-repo-install-test-nightly debian10-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure
4 years, 1 month
1
1
0
0
Build failed in Jenkins: master-asn1c » a1=default,a2=default,a3=default,a4=default,osmocom-master-debian9 #1210
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/master-asn1c/a1=default,a2=default,…
> Changes: ------------------------------------------ [...truncated 3.12 KB...] checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for autoconf... /usr/bin/autoconf checking for autoheader... /usr/bin/autoheader checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... no checking for yywrap in -ll... no checking lex output file root... lex.yy checking whether yytext is a pointer... no checking for ar... /usr/bin/ar checking for ANSI C header files... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking whether byte ordering is bigendian... no checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for intmax_t... yes checking for library containing getopt... none required checking for strtoimax... yes checking for strtoll... yes checking for mergesort... no checking for mkstemps... yes configure: creating ./config.status config.status: creating skeletons/standard-modules/Makefile config.status: creating skeletons/tests/Makefile config.status: creating libasn1compiler/Makefile config.status: creating libasn1parser/Makefile config.status: creating libasn1print/Makefile config.status: creating asn1c/webcgi/Makefile config.status: creating asn1c/tests/Makefile config.status: creating libasn1fix/Makefile config.status: creating skeletons/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating asn1c/Makefile config.status: creating doc/Makefile config.status: creating asn1c.spec config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands + make -j 4 make all-recursive make[1]: Entering directory '/build' Making all in libasn1parser make[2]: Entering directory '/build/libasn1parser' if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1parser.lo -MD -MP -MF ".deps/asn1parser.Tpo" -c -o asn1parser.lo asn1parser.c; \ then mv -f ".deps/asn1parser.Tpo" ".deps/asn1parser.Plo"; else rm -f ".deps/asn1parser.Tpo"; exit 1; fi bison -y -p asn1p_ -d asn1p_y.y if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_l.lo -MD -MP -MF ".deps/asn1p_l.Tpo" -c -o asn1p_l.lo asn1p_l.c; \ then mv -f ".deps/asn1p_l.Tpo" ".deps/asn1p_l.Plo"; else rm -f ".deps/asn1p_l.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_module.lo -MD -MP -MF ".deps/asn1p_module.Tpo" -c -o asn1p_module.lo asn1p_module.c; \ then mv -f ".deps/asn1p_module.Tpo" ".deps/asn1p_module.Plo"; else rm -f ".deps/asn1p_module.Tpo"; exit 1; fi asn1p_y.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr] mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1parser.lo -MD -MP -MF .deps/asn1parser.Tpo -c asn1parser.c -fPIC -DPIC -o .libs/asn1parser.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_module.lo -MD -MP -MF .deps/asn1p_module.Tpo -c asn1p_module.c -fPIC -DPIC -o .libs/asn1p_module.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_l.lo -MD -MP -MF .deps/asn1p_l.Tpo -c asn1p_l.c -fPIC -DPIC -o .libs/asn1p_l.o asn1p_l.c:3521:12: warning: 'input' defined but not used [-Wunused-function] static int input() ^~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_module.lo -MD -MP -MF .deps/asn1p_module.Tpo -c asn1p_module.c -o asn1p_module.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1parser.lo -MD -MP -MF .deps/asn1parser.Tpo -c asn1parser.c -o asn1parser.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_oid.lo -MD -MP -MF ".deps/asn1p_oid.Tpo" -c -o asn1p_oid.lo asn1p_oid.c; \ then mv -f ".deps/asn1p_oid.Tpo" ".deps/asn1p_oid.Plo"; else rm -f ".deps/asn1p_oid.Tpo"; exit 1; fi if test -f y.tab.h; then \ to=`echo "asn1p_y_H" | sed \ -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \ -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \ sed -e "/^#/!b" -e "s/Y_TAB_H/$to/g" -e "s|y\.tab\.h|asn1p_y.h|" \ y.tab.h >asn1p_y.ht; \ rm -f y.tab.h; \ if cmp -s asn1p_y.ht asn1p_y.h; then \ rm -f asn1p_y.ht ;\ else \ mv asn1p_y.ht asn1p_y.h; \ fi; \ fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_value.lo -MD -MP -MF ".deps/asn1p_value.Tpo" -c -o asn1p_value.lo asn1p_value.c; \ then mv -f ".deps/asn1p_value.Tpo" ".deps/asn1p_value.Plo"; else rm -f ".deps/asn1p_value.Tpo"; exit 1; fi if test -f y.output; then \ mv y.output asn1p_y.output; \ fi sed '/^#/ s|y\.tab\.c|asn1p_y.c|' y.tab.c >asn1p_y.ct && mv asn1p_y.ct asn1p_y.c rm -f y.tab.c if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_expr.lo -MD -MP -MF ".deps/asn1p_expr.Tpo" -c -o asn1p_expr.lo asn1p_expr.c; \ then mv -f ".deps/asn1p_expr.Tpo" ".deps/asn1p_expr.Plo"; else rm -f ".deps/asn1p_expr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_oid.lo -MD -MP -MF .deps/asn1p_oid.Tpo -c asn1p_oid.c -fPIC -DPIC -o .libs/asn1p_oid.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_value.lo -MD -MP -MF .deps/asn1p_value.Tpo -c asn1p_value.c -fPIC -DPIC -o .libs/asn1p_value.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_expr.lo -MD -MP -MF .deps/asn1p_expr.Tpo -c asn1p_expr.c -fPIC -DPIC -o .libs/asn1p_expr.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_oid.lo -MD -MP -MF .deps/asn1p_oid.Tpo -c asn1p_oid.c -o asn1p_oid.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_l.lo -MD -MP -MF .deps/asn1p_l.Tpo -c asn1p_l.c -o asn1p_l.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_value.lo -MD -MP -MF .deps/asn1p_value.Tpo -c asn1p_value.c -o asn1p_value.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_xports.lo -MD -MP -MF ".deps/asn1p_xports.Tpo" -c -o asn1p_xports.lo asn1p_xports.c; \ then mv -f ".deps/asn1p_xports.Tpo" ".deps/asn1p_xports.Plo"; else rm -f ".deps/asn1p_xports.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_expr.lo -MD -MP -MF .deps/asn1p_expr.Tpo -c asn1p_expr.c -o asn1p_expr.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_constr.lo -MD -MP -MF ".deps/asn1p_constr.Tpo" -c -o asn1p_constr.lo asn1p_constr.c; \ then mv -f ".deps/asn1p_constr.Tpo" ".deps/asn1p_constr.Plo"; else rm -f ".deps/asn1p_constr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_xports.lo -MD -MP -MF .deps/asn1p_xports.Tpo -c asn1p_xports.c -fPIC -DPIC -o .libs/asn1p_xports.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_param.lo -MD -MP -MF ".deps/asn1p_param.Tpo" -c -o asn1p_param.lo asn1p_param.c; \ then mv -f ".deps/asn1p_param.Tpo" ".deps/asn1p_param.Plo"; else rm -f ".deps/asn1p_param.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_xports.lo -MD -MP -MF .deps/asn1p_xports.Tpo -c asn1p_xports.c -o asn1p_xports.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_constr.lo -MD -MP -MF .deps/asn1p_constr.Tpo -c asn1p_constr.c -fPIC -DPIC -o .libs/asn1p_constr.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_class.lo -MD -MP -MF ".deps/asn1p_class.Tpo" -c -o asn1p_class.lo asn1p_class.c; \ then mv -f ".deps/asn1p_class.Tpo" ".deps/asn1p_class.Plo"; else rm -f ".deps/asn1p_class.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_param.lo -MD -MP -MF .deps/asn1p_param.Tpo -c asn1p_param.c -fPIC -DPIC -o .libs/asn1p_param.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_constr.lo -MD -MP -MF .deps/asn1p_constr.Tpo -c asn1p_constr.c -o asn1p_constr.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_param.lo -MD -MP -MF .deps/asn1p_param.Tpo -c asn1p_param.c -o asn1p_param.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_ref.lo -MD -MP -MF ".deps/asn1p_ref.Tpo" -c -o asn1p_ref.lo asn1p_ref.c; \ then mv -f ".deps/asn1p_ref.Tpo" ".deps/asn1p_ref.Plo"; else rm -f ".deps/asn1p_ref.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_class.lo -MD -MP -MF .deps/asn1p_class.Tpo -c asn1p_class.c -fPIC -DPIC -o .libs/asn1p_class.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_y.lo -MD -MP -MF ".deps/asn1p_y.Tpo" -c -o asn1p_y.lo asn1p_y.c; \ then mv -f ".deps/asn1p_y.Tpo" ".deps/asn1p_y.Plo"; else rm -f ".deps/asn1p_y.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_class.lo -MD -MP -MF .deps/asn1p_class.Tpo -c asn1p_class.c -o asn1p_class.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_ref.lo -MD -MP -MF .deps/asn1p_ref.Tpo -c asn1p_ref.c -fPIC -DPIC -o .libs/asn1p_ref.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_y.lo -MD -MP -MF .deps/asn1p_y.Tpo -c asn1p_y.c -fPIC -DPIC -o .libs/asn1p_y.o asn1p_y.y: In function 'asn1p_parse': asn1p_y.y:357:13: error: 'param' undeclared (first use in this function) *(void **)param = $1; ^~~~~ asn1p_y.y:357:13: note: each undeclared identifier is reported only once for each function it appears in gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_ref.lo -MD -MP -MF .deps/asn1p_ref.Tpo -c asn1p_ref.c -o asn1p_ref.o >/dev/null 2>&1 Makefile:299: recipe for target 'asn1p_y.lo' failed make[2]: *** [asn1p_y.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/build/libasn1parser' make[1]: *** [all-recursive] Error 1 Makefile:302: recipe for target 'all-recursive' failed make[1]: Leaving directory '/build' Makefile:212: recipe for target 'all' failed make: *** [all] Error 2 Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE
4 years, 1 month
1
1
0
0
Build failed in Jenkins: Osmocom-repo-install-debian9 » nightly,repo-install-test #99
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=n…
> Changes: ------------------------------------------ [...truncated 378.80 KB...] May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> osmo_ss7.c:1817 0: asp-asp-clnt-OsmoHNBGW: xua_cli_read_cb(): sctp_recvmsg() returned 24 (flags=0x80) May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLM3UA <0013> m3ua.c:712 0: asp-asp-clnt-OsmoHNBGW: Received M3UA Message (MGMT:NOTIFY) May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLM3UA <0013> m3ua.c:622 0: asp-asp-clnt-OsmoHNBGW: Received NOTIFY Type State Change:AS Inactive () May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_default_lm_fsm.c:351 xua_default_lm(asp-clnt-OsmoHNBGW)[0x5621360d22e0]{WAIT_NOTIFY}: Received primitive M-NOTIFY.indication May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_default_lm_fsm.c:358 xua_default_lm(asp-clnt-OsmoHNBGW)[0x5621360d22e0]{WAIT_NOTIFY}: Received Event NOTIFY.ind May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_default_lm_fsm.c:215 xua_default_lm(asp-clnt-OsmoHNBGW)[0x5621360d22e0]{WAIT_NOTIFY}: state_chg to ACTIVE May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_default_lm_fsm.c:216 XUA_ASP(asp-clnt-OsmoHNBGW)[0x5621360d5dd0]{ASP_INACTIVE}: Received Event M-ASP_ACTIVE.req May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLINP <0006> stream.c:417 [CONNECTED] osmo_stream_cli_fd_cb(): connected write May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLINP <0006> stream.c:350 [CONNECTED] osmo_stream_cli_write(): sending 16 bytes of data May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLINP <0006> stream.c:417 [CONNECTED] osmo_stream_cli_fd_cb(): connected write May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLINP <0006> stream.c:413 [CONNECTED] osmo_stream_cli_fd_cb(): connected read May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLINP <0006> stream.c:322 [CONNECTED] osmo_stream_cli_read(): message received May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> osmo_ss7.c:1817 0: asp-asp-clnt-OsmoHNBGW: xua_cli_read_cb(): sctp_recvmsg() returned 16 (flags=0x80) May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLM3UA <0013> m3ua.c:712 0: asp-asp-clnt-OsmoHNBGW: Received M3UA Message (ASPTM:ACTIVE-ACK) May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> m3ua.c:674 XUA_ASP(asp-clnt-OsmoHNBGW)[0x5621360d5dd0]{ASP_INACTIVE}: Received Event ASPTM-ASP_AC_ACK May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_asp_fsm.c:353 XUA_ASP(asp-clnt-OsmoHNBGW)[0x5621360d5dd0]{ASP_INACTIVE}: T(ack) stopped May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_asp_fsm.c:485 XUA_ASP(asp-clnt-OsmoHNBGW)[0x5621360d5dd0]{ASP_INACTIVE}: state_chg to ASP_ACTIVE May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_asp_fsm.c:451 XUA_AS(as-clnt-OsmoHNBGW)[0x5621360d1d80]{AS_INACTIVE}: Received Event ASPAS-ASP_ACTIVE.ind May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_as_fsm.c:443 XUA_AS(as-clnt-OsmoHNBGW)[0x5621360d1d80]{AS_INACTIVE}: state_chg to AS_ACTIVE May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_default_lm_fsm.c:351 xua_default_lm(asp-clnt-OsmoHNBGW)[0x5621360d22e0]{ACTIVE}: Received primitive M-ASP_ACTIVE.confirm May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_default_lm_fsm.c:354 xua_default_lm(asp-clnt-OsmoHNBGW)[0x5621360d22e0]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLINP <0006> stream.c:413 [CONNECTED] osmo_stream_cli_fd_cb(): connected read May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLINP <0006> stream.c:322 [CONNECTED] osmo_stream_cli_read(): message received May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> osmo_ss7.c:1817 0: asp-asp-clnt-OsmoHNBGW: xua_cli_read_cb(): sctp_recvmsg() returned 24 (flags=0x80) May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLM3UA <0013> m3ua.c:712 0: asp-asp-clnt-OsmoHNBGW: Received M3UA Message (MGMT:NOTIFY) May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLM3UA <0013> m3ua.c:622 0: asp-asp-clnt-OsmoHNBGW: Received NOTIFY Type State Change:AS Active () May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_default_lm_fsm.c:351 xua_default_lm(asp-clnt-OsmoHNBGW)[0x5621360d22e0]{ACTIVE}: Received primitive M-NOTIFY.indication May 01 10:45:01 0d5438abd448 osmo-hnbgw[16073]: 20210501104501533 DLSS7 <0010> xua_default_lm_fsm.c:358 xua_default_lm(asp-clnt-OsmoHNBGW)[0x5621360d22e0]{ACTIVE}: Received Event NOTIFY.ind + systemctl --no-pager -l -n 200 status osmo-bts-virtual ● osmo-bts-virtual.service - Osmocom GSM BTS for virtual Um layer based on GSMTAP/UDP Loaded: loaded (/lib/systemd/system/osmo-bts-virtual.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2021-05-01 10:44:59 UTC; 2s ago Main PID: 16074 (osmo-bts-virtua) Tasks: 1 (limit: 4915) CGroup: /docker/0d5438abd448bb7731c89ee1989588bb233d7393590ed309fb3072b23e1fcfbc/system.slice/osmo-bts-virtual.service └─16074 /usr/bin/osmo-bts-virtual -s -c /etc/osmocom/osmo-bts-virtual.cfg May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:143 NM_BTS_SM_OP(bts_sm)[0x563fbd7ac730]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bts_sm_fsm.c:84 NM_BTS_SM_OP(bts_sm)[0x563fbd7ac730]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=SITE-MANAGER INST=(ff,ff,ff) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=SITE-MANAGER INST=(ff,ff,ff) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[0] (150 ms) as sent by BSC due to suspected LAPDm bug! May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[1] (180 ms) as sent by BSC due to suspected LAPDm bug! May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[2] (180 ms) as sent by BSC due to suspected LAPDm bug! May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[3] (1680 ms) as sent by BSC due to suspected LAPDm bug! May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[4] (520 ms) as sent by BSC due to suspected LAPDm bug! May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[5] (165 ms) as sent by BSC due to suspected LAPDm bug! May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:644 OC=BTS(01) INST=(00,ff,ff): Ignoring T200[6] (1680 ms) as sent by BSC due to suspected LAPDm bug! May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:89 NM_RCARRIER_OP(bts0-trx0)[0x563fbd7acb90]{DISABLED_NOTINSTALLED}: Received Event SW_ACT May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_radio_carrier_fsm.c:62 NM_RCARRIER_OP(bts0-trx0)[0x563fbd7acb90]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_OFFLINE May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Power off -> Off line May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:90 NM_BBTRANSC_OP(bts0-trx0)[0x563fbd7ace70]{DISABLED_NOTINSTALLED}: Received Event SW_ACT May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:64 NM_BBTRANSC_OP(bts0-trx0)[0x563fbd7ace70]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_OFFLINE May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Power off -> Off line May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts0)[0x563fbd7ad0c0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts0)[0x563fbd7ad0c0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,00) AVAIL STATE Power off -> Dependency May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts1)[0x563fbd7ad690]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts1)[0x563fbd7ad690]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,01) AVAIL STATE Power off -> Dependency May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts2)[0x563fbd7adcf0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts2)[0x563fbd7adcf0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,02) AVAIL STATE Power off -> Dependency May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts3)[0x563fbd7ae350]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts3)[0x563fbd7ae350]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,03) AVAIL STATE Power off -> Dependency May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts4)[0x563fbd7ae9b0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts4)[0x563fbd7ae9b0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,04) AVAIL STATE Power off -> Dependency May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts5)[0x563fbd7af010]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts5)[0x563fbd7af010]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,05) AVAIL STATE Power off -> Dependency May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts6)[0x563fbd7af670]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts6)[0x563fbd7af670]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,06) AVAIL STATE Power off -> Dependency May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:67 NM_CHAN_OP(bts0-trx0-ts7)[0x563fbd7afcd0]{DISABLED_NOTINSTALLED}: Received Event BBTRANSC_INSTALLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:64 NM_CHAN_OP(bts0-trx0-ts7)[0x563fbd7afcd0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,07) AVAIL STATE Power off -> Dependency May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=GPRS-NSE(f0) INST=(00,ff,ff): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:743 OC=RADIO-CARRIER(02) INST=(00,00,ff): Set RF Max Power Reduction to 20 dBm May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1C <0006> bts_model.c:97 Unimplemented vbts_set_trx May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:221 (bts=0,trx=0): O&M Get Attributes [0], Manufacturer Dependent State is unsupported by TRX. May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,00): SET CHAN ATTR (TSC=7 pchan=CCCH+SDCCH4) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1C <0006> scheduler.c:973 Configuring multiframe with BCCH+CCCH+SDCCH/4+SACCH/4 trx=0 ts=0 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,01): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=1 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,02): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=2 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,03): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=3 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,04): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=4 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,05): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=5 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,06): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=6 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:970 OC=CHANNEL(03) INST=(00,00,07): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1C <0006> scheduler.c:973 Configuring multiframe with TCH/F+SACCH trx=0 ts=7 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:150 NM_RCARRIER_OP(bts0-trx0)[0x563fbd7acb90]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_radio_carrier_fsm.c:131 NM_RCARRIER_OP(bts0-trx0)[0x563fbd7acb90]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1043 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:146 NM_BTS_OP(bts0)[0x563fbd7ac960]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bts_fsm.c:84 NM_BTS_OP(bts0)[0x563fbd7ac960]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=BTS INST=(00,ff,ff) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=BTS INST=(00,ff,ff) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:154 NM_BBTRANSC_OP(bts0-trx0)[0x563fbd7ace70]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:149 NM_BBTRANSC_OP(bts0-trx0)[0x563fbd7ace70]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:1401 (bts=0,trx=0): Rx IPA RSL CONNECT IP=127.0.0.1 PORT=3003 STREAM=0x00 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DLINP <0012> input/ipa.c:128 127.0.0.1:3003 connection done May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DLINP <0012> input/ipaccess.c:898 received ID_GET for unit ID 6969/0/0 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DABIS <000d> abis.c:122 RSL Signalling link for TRX0 up May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_trx.c:205 NM_RCARRIER_OP(bts0-trx0)[0x563fbd7acb90]{DISABLED_OFFLINE}: Received Event RSL_UP May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_radio_carrier_fsm.c:126 NM_RCARRIER_OP(bts0-trx0)[0x563fbd7acb90]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_trx.c:206 NM_BBTRANSC_OP(bts0-trx0)[0x563fbd7ace70]{DISABLED_OFFLINE}: Received Event RSL_UP May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:144 NM_BBTRANSC_OP(bts0-trx0)[0x563fbd7ace70]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts0)[0x563fbd7ad0c0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts0)[0x563fbd7ad0c0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,00) AVAIL STATE Dependency -> Off line May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts1)[0x563fbd7ad690]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts1)[0x563fbd7ad690]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,01) AVAIL STATE Dependency -> Off line May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts2)[0x563fbd7adcf0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts2)[0x563fbd7adcf0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,02) AVAIL STATE Dependency -> Off line May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts3)[0x563fbd7ae350]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts3)[0x563fbd7ae350]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,03) AVAIL STATE Dependency -> Off line May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts4)[0x563fbd7ae9b0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts4)[0x563fbd7ae9b0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,04) AVAIL STATE Dependency -> Off line May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts5)[0x563fbd7af010]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts5)[0x563fbd7af010]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,05) AVAIL STATE Dependency -> Off line May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts6)[0x563fbd7af670]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts6)[0x563fbd7af670]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,06) AVAIL STATE Dependency -> Off line May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_bb_transc_fsm.c:164 NM_CHAN_OP(bts0-trx0-ts7)[0x563fbd7afcd0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:95 NM_CHAN_OP(bts0-trx0-ts7)[0x563fbd7afcd0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,07) AVAIL STATE Dependency -> Off line May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:369 Tx RSL RF RESource INDication May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI1, 23 bytes) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI2, 23 bytes) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:504 RX RSL Disabling BCCH INFO (SI2bis) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:504 RX RSL Disabling BCCH INFO (SI2ter) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:504 RX RSL Disabling BCCH INFO (SI2quater) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts0)[0x563fbd7ad0c0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts0)[0x563fbd7ad0c0]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,00) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI3, 23 bytes) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> bts.c:566 Updated AGCH max queue length to 12 May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:3427 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:421 Rx RSL BCCH INFO (SI4, 23 bytes) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:776 Rx RSL SACCH FILLING (SI5, 19 bytes) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:796 Rx RSL Disabling SACCH FILLING (SI5bis) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:796 Rx RSL Disabling SACCH FILLING (SI5ter) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:776 Rx RSL SACCH FILLING (SI6, 13 bytes) May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DPAG <0005> paging.c:676 Paging SI update May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DRSL <0000> rsl.c:920 (bts=0,trx=0) Rx Measurement Pre-processing Defaults May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts1)[0x563fbd7ad690]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts1)[0x563fbd7ad690]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,01) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts2)[0x563fbd7adcf0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts2)[0x563fbd7adcf0]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,02) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts3)[0x563fbd7ae350]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts3)[0x563fbd7ae350]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,03) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts4)[0x563fbd7ae9b0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts4)[0x563fbd7ae9b0]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,04) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts5)[0x563fbd7af010]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts5)[0x563fbd7af010]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,05) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts6)[0x563fbd7af670]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts6)[0x563fbd7af670]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,06) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> bts_model.c:158 NM_CHAN_OP(bts0-trx0-ts7)[0x563fbd7afcd0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> nm_channel_fsm.c:117 NM_CHAN_OP(bts0-trx0-ts7)[0x563fbd7afcd0]{DISABLED_OFFLINE}: state_chg to ENABLED May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:353 OC=CHANNEL INST=(00,00,07) AVAIL STATE Off line -> OK May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DOML <0001> oml.c:360 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Enabled May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1P <0007> scheduler_virtbts.c:208 000002/00/02/02/02 (bts=0,trx=0,ts=0) BCCH: has not been served !! No prim May 01 10:44:59 0d5438abd448 osmo-bts-virtual[16074]: DL1P <0007> scheduler_virtbts.c:208 000006/00/06/06/06 (bts=0,trx=0,ts=0) CCCH: has not been served !! No prim + systemctl stop osmo-bsc osmo-gbproxy osmo-gtphub osmo-hlr osmo-mgw osmo-msc osmo-pcap-client osmo-sip-connector osmo-stp osmo-pcap-server osmo-sgsn osmo-pcu osmo-hnbgw osmo-bts-virtual ERROR: services failed to start: osmo-pcap-server + [ -n osmo-pcap-server ] + set +x + ret=1 + [ -n ] + docker container kill debian9-repo-install-test-nightly debian9-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure
4 years, 2 months
1
1
0
0
← Newer
1
2
Older →
Jump to page:
1
2
Results per page:
10
25
50
100
200