Skip to content

Instantly share code, notes, and snippets.

View tnmtechnologies's full-sized avatar

mtrefcon tnmtechnologies

View GitHub Profile
@tnmtechnologies
tnmtechnologies / 5GC-namf-mt-quarkus-native-docker-run.log
Last active November 20, 2020 17:54
[quarkus/native] Namf MT service starts in 51ms including registration to NRF (quarkus native docker run)
> docker run -i --rm -e NF_APIROOT=http://192.168.128.62:8283 -e NF_NRF_APIROOT=http://192.168.128.62:8080 -e NF_NFINSTANCEID=82830000-0000-0000-0000-000000000000 -e NF_NRF_NFM_HEARTBEATTIMER=10 -e QUARKUS_JAEGER_ENDPOINT=http://192.168.128.62:14268/api/traces -p 8283:8080 quarkus/getting-started-native
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
3GPP 5GC Access and Mobility Management Function - MT service
Namf_MT service (15.2.0)
@tnmtechnologies
tnmtechnologies / 5GC-namf-mt-quarkus-native-build.log
Created November 10, 2020 16:16
[quarkus/native] native build of namf-mt service
> mvn package -Pnative
[INFO] Scanning for projects...
[INFO]
[INFO] ------------< com.bcom.newedge.3gpp.5gc:5gc-amf-mt-server >-------------
[INFO] Building 5gc-amf-mt-server 5.5.4-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ 5gc-amf-mt-server ---
[INFO] Required toolchain: jdk [ version='11' ]
[INFO] Found matching toolchain for type jdk: JDK[d:\babun-1.2.0\.babun\cygwin\home\mvsz7559\.sdkman\candidates\java\11.0.9.j9-adpt]
@tnmtechnologies
tnmtechnologies / 5GC-namf-mt-quarkus-native-cold-start.log
Created November 10, 2020 13:26
[quarkus/native] cold start of namf-mt service with registration to NRF
./5gc-amf-mt-server-runner.exe -Dfile.encoding=UTF-8 -Dquarkus.log.category.'"com.bcom"'.level=INFO -Dquarkus.log.category.'"com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs"'.level=DEBUG -Dquarkus.log.category.'"org.apache.http"'.level=DEBUG -Duser.country=US -Duser.language=en -Ddebug=true -Dnf.apiRoot=http://127.0.0.1:8381 -Dnf.nrf.apiRoot=http://127.0.0.1:8080 -Dnf.nfInstanceId=83810000-0000-0000-0000-000000000000 -Dnf.nrf.nfm.heartBeatTimer=10 -Dnf.service.defaultDuration=3600 -Dnf.service.minDuration=1800 -Dresteasy.allowGzip=true -Dquarkus.http.port=8381 -Dquarkus.http.ssl-port=8744 -Dthorntail.jaeger.remote-reporter-http-endpoint=http://localhost:14268/api/traces -Duser.country=US -Duser.language=en -Dquarkus.http.ssl.certificate.key-store-file=classes/namf-mt.jks
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
3GPP 5GC Access and Mobility Management Function - MT service
Namf_MT ser
@tnmtechnologies
tnmtechnologies / 5GC-namf-comm-quarkus-graceful-shutdown.log
Last active August 12, 2020 14:09
[quarkus] 5GC namf-comm service startup and graceful shutdown logs
2020-08-11 15:55:39,091 INFO [com.bco.new._3g._5g.nf.com.nrf.nfm.NFManagementBean] (main) onShutdown(shutdownEvent)
2020-08-11 15:55:39,091 INFO [com.bco.new._3g._5g.nf.com.nfp.api.NFProfileServiceDecorator] (main) get()
2020-08-11 15:55:39,091 INFO [com.bco.new._3g._5g.nf.com.nfp.imp.NFProfileServiceImpl] (main) get()
2020-08-11 15:55:39,119 INFO [com.bco.new._3g._5g.nf.com.nfp.imp.NFManagementConsumerNFProfileServiceDecorator] (main) delete(nfInstanceId=02000000-cc86-44cf-aaa3-000000000200)
2020-08-11 15:55:39,119 INFO [com.bco.new._3g._5g.nf.com.nfp.api.NFProfileServiceDecorator] (main) delete(nfINstanceId=02000000-cc86-44cf-aaa3-000000000200)
2020-08-11 15:55:39,120 INFO [com.bco.new._3g._5g.nf.com.nfp.imp.NFProfileServiceImpl] (main) delete(nfInstanceId=02000000-cc86-44cf-aaa3-000000000200)
2020-08-11 15:55:39,121 DEBUG [org.apa.htt.wire] (main) http-outgoing-0 << "end of stream"
2020-08-11 15:55:39,122 DEBUG [org.apa.htt.wire] (main) http-outgoing-1 >> "DELETE /nnrf-nfm/v1/nf-instances/02000000-cc
@tnmtechnologies
tnmtechnologies / 5GC-namf-comm-thorntail-graceful-shutdown.log
Last active August 12, 2020 13:25
[thorntail] 5GC namf-comm service startup and graceful shutdown logs
$ kill 94205
2020-08-11 16:13:02,112 INFO [org.wildfly.swarm] (Thread-1) THORN0027: Shutdown requested
2020-08-11 16:13:02,113 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0272: Suspending server
2020-08-11 16:13:02,115 INFO [com.arjuna.ats.jbossatx] (Thread-2) ARJUNA032034: Suspending transaction recovery manager
2020-08-11 16:13:02,116 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal
2020-08-11 16:13:02,131 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending
2020-08-11 16:13:02,131 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTPS listener default-https suspending
2020-08-11 16:13:02,134 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0022: Unregistered web context: '/' from server 'default-server'
2020-08-11 16:13:02,139 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP list
@tnmtechnologies
tnmtechnologies / TS29502_Nsmf_PDUSession_UpdateSmContext_No Content.txt
Last active June 19, 2020 12:58
[Nsmf_PDUSession] POST /nsmf-pdusession/v1/sm-contexts/{smContextRef}/modify multipart/related serves a 204 response (R15.2.0)
POST /nsmf-pdusession/v1/sm-contexts/imsi-12345678901456-0/modify HTTP/1.1
Accept: */*
Transfer-Encoding: chunked
Content-Type: multipart/related; boundary=3tHyN00IxTFSAfX6fCAd21HO6N-X43sXDw8_gWh7
Host: 127.0.0.1:8080
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.3 (Java/11.0.6)
Accept-Encoding: gzip,deflate
--3tHyN00IxTFSAfX6fCAd21HO6N-X43sXDw8_gWh7
@tnmtechnologies
tnmtechnologies / TS29502_Nsmf_PDUSession_UpdateSmContext_Bad Request.txt
Created June 17, 2020 10:11
[Nsmf_PDUSession] POST /nsmf-pdusession/v1/sm-contexts/{smContextRef}/modify multipart/related serves a 400 multipart/related response (R15.2.0)
POST /nsmf-pdusession/v1/sm-contexts/abd468/modify HTTP/1.1
Accept: */*
Content-Length: 3488
Content-Type: multipart/related; boundary=nxl04iCSWvFZ1GODtupfSayS836LJR
Host: 127.0.0.1:8080
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.3 (Java/11.0.6)
Accept-Encoding: gzip,deflate
--nxl04iCSWvFZ1GODtupfSayS836LJR
@tnmtechnologies
tnmtechnologies / TS29502_Nsmf_PDUSession_UpdateSmContext_Not Found.txt
Created June 17, 2020 09:55
[Nsmf_PDUSession] POST /nsmf-pdusession/v1/sm-contexts/{smContextRef}/modify multipart/related serves a 404 multipart/related response (R15.2.0)
POST /nsmf-pdusession/v1/sm-contexts/abd468/modify HTTP/1.1
Accept: */*
Transfer-Encoding: chunked
Content-Type: multipart/related; boundary=PqK2mAtfzaByZ2way005iAHRuIh9qNSy_z-
Host: 127.0.0.1:8080
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.3 (Java/11.0.6)
Accept-Encoding: gzip,deflate
--PqK2mAtfzaByZ2way005iAHRuIh9qNSy_z-
@tnmtechnologies
tnmtechnologies / TS29502_Nsmf_PDUSession_UpdateSmContext_Not Found.txt
Created June 17, 2020 09:51
[Nsmf_PDUSession] POST /nsmf-pdusession/v1/sm-contexts/{smContextRef}/modify application/json serves a 404 application/json response (R15.2.0)
POST /nsmf-pdusession/v1/sm-contexts/abd468/modify HTTP/1.1
Accept: */*
Content-Type: application/json; charset=UTF-8
Content-Length: 3214
Host: 127.0.0.1:8080
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.3 (Java/11.0.6)
Accept-Encoding: gzip,deflate
{"pei":"imei-123456789ABCDEF","gpsi":"msisdn-029966000102","servingNfId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","guami":{"plmnId":{"mcc":"123","mnc":"45"},"amfId":"a3b75a"},"servingNetwork":{"mcc":"123","mnc":"45"},"backupAmfInfo":[{"backupAmf":"amf0","guamiList":[{"plmnId":{"mcc":"123","mnc":"45"},"amfId":"a3b75a"}]}],"anType":"3GPP_ACCESS","ratType":"NR","presenceInLadn":"IN_AREA","ueLocation":{"eutraLocation":{"tai":{"plmnId":{"mcc":"123","mnc":"45"},"tac":"0123"},"ecgi":{"plmnId":{"mcc":"123","mnc":"45"},"eutraCellId":"0123456"},"ageOfLocationInformation":0,"ueLocationTimestamp":1568271124644,"geographicalInformation":"0123456789ABCDEF","geodeticInformation":"01234567890123456789","globalNgenbId":{"plmnId":{"mcc":"123","mnc":"45"},"n3IwfId":null,
@tnmtechnologies
tnmtechnologies / TS29502_Nsmf_PDUSession_PostSmContexts_Created.txt
Last active June 17, 2020 13:34
[Nsmf_PDUSession] POST /nsmf-pdusession/v1/sm-contexts serves a 201 response (R15.2.0)
POST /nsmf-pdusession/v1/sm-contexts HTTP/1.1
Accept: */*
Transfer-Encoding: chunked
Content-Type: multipart/related; boundary=ZaqojfzBFs7YPnuaXxUzbgQKhlYt0w1O1ddU354i
Host: 127.0.0.1:8080
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.3 (Java/11.0.6)
Accept-Encoding: gzip,deflate
--ZaqojfzBFs7YPnuaXxUzbgQKhlYt0w1O1ddU354i