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
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
List overview
Download
gerrit-log
September 2022
----- 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
gerrit-log@lists.osmocom.org
2 participants
1860 discussions
Start a n
N
ew thread
Change in osmo-ttcn3-hacks[master]: hnbgw: Introduce test TC_hnb_reregister_reuse_sctp_assoc
by laforge
Attention is currently required from: pespin. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29325
) Change subject: hnbgw: Introduce test TC_hnb_reregister_reuse_sctp_assoc ...................................................................... Patch Set 2: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29325
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I7386bd4e786daf2688a68ab174a9d4f0b093a741 Gerrit-Change-Number: 29325 Gerrit-PatchSet: 2 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 13 Sep 2022 09:21:46 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 9 months
1
0
0
0
Change in osmo-bts[master]: tests/*/Makefile.am: Add missing libosmo-netif cflags
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/29324
) Change subject: tests/*/Makefile.am: Add missing libosmo-netif cflags ...................................................................... tests/*/Makefile.am: Add missing libosmo-netif cflags Change-Id: I7a2a846c2d68a4d6d77c4be62969238069d6cf95 --- M tests/amr/Makefile.am M tests/ta_control/Makefile.am 2 files changed, 4 insertions(+), 0 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/tests/amr/Makefile.am b/tests/amr/Makefile.am index 80a35d0..a15c0c7 100644 --- a/tests/amr/Makefile.am +++ b/tests/amr/Makefile.am @@ -6,6 +6,7 @@ $(LIBOSMOCODEC_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ $(LIBOSMOTRAU_CFLAGS) \ + $(LIBOSMONETIF_CFLAGS) \ $(NULL) LDADD = \ $(LIBOSMOCORE_LIBS) \ @@ -13,6 +14,7 @@ $(LIBOSMOCODEC_LIBS) \ $(LIBOSMOABIS_LIBS) \ $(LIBOSMOTRAU_LIBS) \ + $(LIBOSMONETIF_LIBS) \ $(NULL) check_PROGRAMS = amr_test diff --git a/tests/ta_control/Makefile.am b/tests/ta_control/Makefile.am index e249438..f28ae1d 100644 --- a/tests/ta_control/Makefile.am +++ b/tests/ta_control/Makefile.am @@ -6,6 +6,7 @@ $(LIBOSMOCODEC_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ $(LIBOSMOTRAU_CFLAGS) \ + $(LIBOSMONETIF_CFLAGS) \ $(NULL) LDADD = \ $(LIBOSMOCORE_LIBS) \ @@ -13,6 +14,7 @@ $(LIBOSMOCODEC_LIBS) \ $(LIBOSMOABIS_LIBS) \ $(LIBOSMOTRAU_LIBS) \ + $(LIBOSMONETIF_LIBS) \ $(NULL) check_PROGRAMS = ta_control_test -- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/29324
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I7a2a846c2d68a4d6d77c4be62969238069d6cf95 Gerrit-Change-Number: 29324 Gerrit-PatchSet: 2 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-MessageType: merged
2 years, 9 months
1
0
0
0
Change in osmo-bts[master]: oc2g: Makefile.am Fix typo in LIBOSMONETIF_LIBS
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/29326
) Change subject: oc2g: Makefile.am Fix typo in LIBOSMONETIF_LIBS ...................................................................... oc2g: Makefile.am Fix typo in LIBOSMONETIF_LIBS Change-Id: I6d316ffaff0ad7881b694f4d6427434bb9a0684c --- M src/osmo-bts-oc2g/Makefile.am 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/src/osmo-bts-oc2g/Makefile.am b/src/osmo-bts-oc2g/Makefile.am index 0da40b9..29374ef 100644 --- a/src/osmo-bts-oc2g/Makefile.am +++ b/src/osmo-bts-oc2g/Makefile.am @@ -25,7 +25,7 @@ $(LIBOSMOCTRL_LIBS) \ $(LIBOSMOABIS_LIBS) \ $(LIBOSMOTRAU_LIBS) \ - $(LIBOSMONETIF_CFLAGS) \ + $(LIBOSMONETIF_LIBS) \ $(ORTP_LIBS) \ $(NULL) -- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/29326
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I6d316ffaff0ad7881b694f4d6427434bb9a0684c Gerrit-Change-Number: 29326 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-MessageType: merged
2 years, 9 months
1
0
0
0
Change in osmo-bts[master]: tests/*/Makefile.am: Fix typo in LIBOSMONETIF_CFLAGS
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/29322
) Change subject: tests/*/Makefile.am: Fix typo in LIBOSMONETIF_CFLAGS ...................................................................... tests/*/Makefile.am: Fix typo in LIBOSMONETIF_CFLAGS Change-Id: I29d52bdacdebc0495d11425399e796fa7aef3ac4 --- M tests/agch/Makefile.am M tests/handover/Makefile.am M tests/meas/Makefile.am M tests/misc/Makefile.am M tests/power/Makefile.am M tests/sysmobts/Makefile.am M tests/tx_power/Makefile.am 7 files changed, 7 insertions(+), 7 deletions(-) Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified diff --git a/tests/agch/Makefile.am b/tests/agch/Makefile.am index f77341a..ffc65fd 100644 --- a/tests/agch/Makefile.am +++ b/tests/agch/Makefile.am @@ -7,7 +7,7 @@ $(LIBOSMOCODEC_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ $(LIBOSMOTRAU_CFLAGS) \ - $(LIBOSMONETIF_CFAGS) \ + $(LIBOSMONETIF_CFLAGS) \ $(NULL) LDADD = \ $(LIBOSMOCORE_LIBS) \ diff --git a/tests/handover/Makefile.am b/tests/handover/Makefile.am index beebaed..5197cb9 100644 --- a/tests/handover/Makefile.am +++ b/tests/handover/Makefile.am @@ -6,7 +6,7 @@ $(LIBOSMOCODEC_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ $(LIBOSMOTRAU_CFLAGS) \ - $(LIBOSMONETIF_CFAGS) \ + $(LIBOSMONETIF_CFLAGS) \ $(NULL) LDADD = \ $(LIBOSMOCORE_LIBS) \ diff --git a/tests/meas/Makefile.am b/tests/meas/Makefile.am index 0af192f..7a65d08 100644 --- a/tests/meas/Makefile.am +++ b/tests/meas/Makefile.am @@ -6,7 +6,7 @@ $(LIBOSMOCODEC_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ $(LIBOSMOTRAU_CFLAGS) \ - $(LIBOSMONETIF_CFAGS) \ + $(LIBOSMONETIF_CFLAGS) \ $(NULL) LDADD = \ $(LIBOSMOCORE_LIBS) \ diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am index fd6ebf3..6770be3 100644 --- a/tests/misc/Makefile.am +++ b/tests/misc/Makefile.am @@ -6,7 +6,7 @@ $(LIBOSMOCODEC_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ $(LIBOSMOTRAU_CFLAGS) \ - $(LIBOSMONETIF_CFAGS) \ + $(LIBOSMONETIF_CFLAGS) \ $(NULL) LDADD = \ $(LIBOSMOCORE_LIBS) \ diff --git a/tests/power/Makefile.am b/tests/power/Makefile.am index 7b9ae27..c1abead 100644 --- a/tests/power/Makefile.am +++ b/tests/power/Makefile.am @@ -6,7 +6,7 @@ $(LIBOSMOGSM_CFLAGS) \ $(LIBOSMOVTY_CFLAGS) \ $(LIBOSMOTRAU_CFLAGS) \ - $(LIBOSMONETIF_CFAGS) \ + $(LIBOSMONETIF_CFLAGS) \ $(NULL) LDADD = \ $(LIBOSMOCORE_LIBS) \ diff --git a/tests/sysmobts/Makefile.am b/tests/sysmobts/Makefile.am index 2796136..ee7b82f 100644 --- a/tests/sysmobts/Makefile.am +++ b/tests/sysmobts/Makefile.am @@ -12,7 +12,7 @@ $(LIBOSMOVTY_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ $(LIBOSMOTRAU_CFLAGS) \ - $(LIBOSMONETIF_CFAGS) \ + $(LIBOSMONETIF_CFLAGS) \ $(NULL) LDADD = \ $(LIBOSMOCORE_LIBS) \ diff --git a/tests/tx_power/Makefile.am b/tests/tx_power/Makefile.am index ae57a40..2e91fa0 100644 --- a/tests/tx_power/Makefile.am +++ b/tests/tx_power/Makefile.am @@ -6,7 +6,7 @@ $(LIBOSMOCODEC_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ $(LIBOSMOTRAU_CFLAGS) \ - $(LIBOSMONETIF_CFAGS) \ + $(LIBOSMONETIF_CFLAGS) \ $(NULL) LDADD = \ $(LIBOSMOCORE_LIBS) \ -- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/29322
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I29d52bdacdebc0495d11425399e796fa7aef3ac4 Gerrit-Change-Number: 29322 Gerrit-PatchSet: 2 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-MessageType: merged
2 years, 9 months
1
0
0
0
Change in osmo-bts[master]: oc2g: Makefile.am Fix typo in LIBOSMONETIF_LIBS
by laforge
Attention is currently required from: pespin. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/29326
) Change subject: oc2g: Makefile.am Fix typo in LIBOSMONETIF_LIBS ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/29326
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I6d316ffaff0ad7881b694f4d6427434bb9a0684c Gerrit-Change-Number: 29326 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 13 Sep 2022 09:20:06 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 9 months
1
0
0
0
Change in osmo-bts[master]: tests/*/Makefile.am: Add missing libosmo-netif cflags
by laforge
Attention is currently required from: pespin. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/29324
) Change subject: tests/*/Makefile.am: Add missing libosmo-netif cflags ...................................................................... Patch Set 2: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/29324
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I7a2a846c2d68a4d6d77c4be62969238069d6cf95 Gerrit-Change-Number: 29324 Gerrit-PatchSet: 2 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 13 Sep 2022 09:19:58 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 9 months
1
0
0
0
Change in osmo-bts[master]: tests/*/Makefile.am: Fix typo in LIBOSMONETIF_CFLAGS
by laforge
Attention is currently required from: pespin. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/29322
) Change subject: tests/*/Makefile.am: Fix typo in LIBOSMONETIF_CFLAGS ...................................................................... Patch Set 2: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/29322
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I29d52bdacdebc0495d11425399e796fa7aef3ac4 Gerrit-Change-Number: 29322 Gerrit-PatchSet: 2 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 13 Sep 2022 09:19:50 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 9 months
1
0
0
0
Change in osmo-ttcn3-hacks[master]: hnbgw: Start only needed amount of HNBs emulations
by laforge
Attention is currently required from: pespin. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29328
) Change subject: hnbgw: Start only needed amount of HNBs emulations ...................................................................... Patch Set 1: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29328
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Id0e1c7423f016989de997e2be10516f4413ac245 Gerrit-Change-Number: 29328 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 13 Sep 2022 09:19:39 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 9 months
1
0
0
0
Change in osmo-ttcn3-hacks[master]: hnbgw: Start only needed amount of HNBs emulations
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29328
) Change subject: hnbgw: Start only needed amount of HNBs emulations ...................................................................... hnbgw: Start only needed amount of HNBs emulations Change-Id: Id0e1c7423f016989de997e2be10516f4413ac245 --- M hnbgw/HNBGW_Tests.ttcn 1 file changed, 19 insertions(+), 6 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/28/29328/1 diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn index b440292..f3079da 100644 --- a/hnbgw/HNBGW_Tests.ttcn +++ b/hnbgw/HNBGW_Tests.ttcn @@ -228,6 +228,8 @@ var Iuh_Emulation_CT vc_Iuh[NUM_HNB]; var RUA_Emulation_CT vc_RUA[NUM_HNB]; port HNBAP_PT HNBAP[NUM_HNB]; + /* Number of HNBs to be used/started by the test */ + var integer g_num_hnbs := NUM_HNB; var MGCP_Emulation_CT vc_MGCP; port TELNETasp_PT HNBGWVTY; @@ -328,7 +330,7 @@ create_cb := refers(IuhRanapCreateCallback), unitdata_cb := refers(IuhRanapUnitdataCallback) }; - for (var integer i := 0; i < NUM_HNB; i := i+1) { + for (var integer i := 0; i < g_num_hnbs; i := i+1) { g_hnb_cfg[i] := { lai := { mcc_mnc := '00101'H, @@ -373,7 +375,7 @@ /* helper function to start all of the simulated hNodeBs */ function f_start_hnbs() runs on test_CT { - for (var integer i:= 0; i < NUM_HNB; i := i+1) { + for (var integer i:= 0; i < g_num_hnbs; i := i+1) { f_hnbap_register(i, i); } } @@ -671,12 +673,14 @@ } testcase TC_hnb_register() runs on test_CT { + g_num_hnbs := 1; f_init(); f_hnbap_register(0); f_shutdown_helper(); } testcase TC_hnb_register_duplicate() runs on test_CT { + g_num_hnbs := 2; f_init(); f_hnbap_register(0); f_hnbap_register(1, 0, expect_reject := true); @@ -708,6 +712,7 @@ testcase TC_ranap_cs_initial_ue() runs on test_CT { var ConnHdlr vc_conn; + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -717,6 +722,7 @@ testcase TC_ranap_ps_initial_ue() runs on test_CT { var ConnHdlr vc_conn; + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -735,6 +741,7 @@ testcase TC_ranap_cs_initial_ue_empty_cr() runs on test_CT { var ConnHdlr vc_conn; + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -749,6 +756,7 @@ testcase TC_ranap_ps_initial_ue_empty_cr() runs on test_CT { var ConnHdlr vc_conn; + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -988,6 +996,7 @@ testcase TC_rab_assignment() runs on test_CT { var ConnHdlr vc_conn; + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -1023,6 +1032,7 @@ testcase TC_rab_assign_fail() runs on test_CT { var ConnHdlr vc_conn; + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -1069,6 +1079,7 @@ testcase TC_rab_release() runs on test_CT { var ConnHdlr vc_conn; + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -1117,6 +1128,7 @@ testcase TC_rab_assign_mgcp_to() runs on test_CT { var ConnHdlr vc_conn; + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -1141,7 +1153,7 @@ } testcase TC_ranap_cs_bidir() runs on test_CT { var ConnHdlr vc_conn; - + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -1150,7 +1162,7 @@ } testcase TC_ranap_ps_bidir() runs on test_CT { var ConnHdlr vc_conn; - + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -1175,7 +1187,7 @@ } testcase TC_ranap_cs_mo_disconnect() runs on test_CT { var ConnHdlr vc_conn; - + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -1184,7 +1196,7 @@ } testcase TC_ranap_ps_mo_disconnect() runs on test_CT { var ConnHdlr vc_conn; - + g_num_hnbs := 1; f_init(); f_start_hnbs(); @@ -1331,6 +1343,7 @@ testcase TC_ps_rab_assignment() runs on test_CT { var ConnHdlr vc_conn; + g_num_hnbs := 1; f_init(); f_start_hnbs(); f_sleep(1.0); -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29328
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Id0e1c7423f016989de997e2be10516f4413ac245 Gerrit-Change-Number: 29328 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
2 years, 9 months
1
0
0
0
Change in docker-playground[master]: ttcn3-hnbgw: Enable gsmtap logging
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/29327
) Change subject: ttcn3-hnbgw: Enable gsmtap logging ...................................................................... ttcn3-hnbgw: Enable gsmtap logging Change-Id: I2c5c98349190bc6c37013acd2bd84887cbe1d059 --- M ttcn3-hnbgw-test/osmo-hnbgw.cfg 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/27/29327/1 diff --git a/ttcn3-hnbgw-test/osmo-hnbgw.cfg b/ttcn3-hnbgw-test/osmo-hnbgw.cfg index a4d3787..e116c79 100644 --- a/ttcn3-hnbgw-test/osmo-hnbgw.cfg +++ b/ttcn3-hnbgw-test/osmo-hnbgw.cfg @@ -2,6 +2,10 @@ ! OsmoHNBGW (1.1.0) configuration saved from vty !! ! +log gsmtap 172.18.35.203 + logging level set-all debug + logging filter all 1 +! log stderr logging filter all 1 logging color 1 -- To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/29327
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I2c5c98349190bc6c37013acd2bd84887cbe1d059 Gerrit-Change-Number: 29327 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
2 years, 9 months
1
0
0
0
← Newer
1
...
131
132
133
134
135
136
137
...
186
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
Results per page:
10
25
50
100
200