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
July 2024
----- 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
1 participants
1379 discussions
Start a n
N
ew thread
[M] Change in docker-playground[master]: ttcn3-stp-test: remove <= 1.8.x code path
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/37626?usp=email
) Change subject: ttcn3-stp-test: remove <= 1.8.x code path ...................................................................... ttcn3-stp-test: remove <= 1.8.x code path Change-Id: I3c134df2e194dbad47261eed5c0b3b54ed39a383 --- M ttcn3-stp-test/jenkins.sh D ttcn3-stp-test/osmo-stp-tcp.confmerge M ttcn3-stp-test/osmo-stp.cfg 3 files changed, 36 insertions(+), 35 deletions(-) Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified diff --git a/ttcn3-stp-test/jenkins.sh b/ttcn3-stp-test/jenkins.sh index 9975f5e..35393e3 100755 --- a/ttcn3-stp-test/jenkins.sh +++ b/ttcn3-stp-test/jenkins.sh @@ -16,13 +16,6 @@ mkdir $VOL_BASE_DIR/stp cp osmo-stp.cfg $VOL_BASE_DIR/stp/ -# XXX: M3UA-over-TCP is not supported by osmo-stp <= 1.8.1 -if osmo_repo_is_nightly; then - osmo-config-merge ./osmo-stp.cfg \ - ./osmo-stp-tcp.confmerge \ - > "$VOL_BASE_DIR/stp/osmo-stp.cfg" -fi - network_create network_replace_subnet_in_configs diff --git a/ttcn3-stp-test/osmo-stp-tcp.confmerge b/ttcn3-stp-test/osmo-stp-tcp.confmerge deleted file mode 100644 index 8772c35..0000000 --- a/ttcn3-stp-test/osmo-stp-tcp.confmerge +++ /dev/null @@ -1,28 +0,0 @@ -cs7 instance 0 - asp asp-sender-tcp 9999 2905 m3ua tcp - local-ip 172.18.19.200 - local-ip fd02:db8:19::200 - remote-ip 172.18.19.203 - remote-ip fd02:db8:19::203 - role sg - transport-role server - asp asp-client0-tcp 10002 2906 m3ua tcp - local-ip 172.18.19.200 - local-ip fd02:db8:19::200 - remote-ip 172.18.19.203 - remote-ip fd02:db8:19::203 - role asp - transport-role client - as as-sender-tcp m3ua - asp asp-sender-tcp - routing-key 1123 123 - as as-client-tcp m3ua - routing-key 1155 155 - asp asp-client0-tcp - route-table system - update route 123 16777215 linkset as-sender-tcp - update route 155 16777215 linkset as-client-tcp - listen m3ua 2905 tcp - local-ip 172.18.19.200 - local-ip fd02:db8:19::200 - accept-asp-connections dynamic-permitted diff --git a/ttcn3-stp-test/osmo-stp.cfg b/ttcn3-stp-test/osmo-stp.cfg index 28e2363..16181c2 100644 --- a/ttcn3-stp-test/osmo-stp.cfg +++ b/ttcn3-stp-test/osmo-stp.cfg @@ -21,6 +21,33 @@ ! cs7 instance 0 point-code format 24 + asp asp-sender-tcp 9999 2905 m3ua tcp + local-ip 172.18.19.200 + local-ip fd02:db8:19::200 + remote-ip 172.18.19.203 + remote-ip fd02:db8:19::203 + role sg + transport-role server + asp asp-client0-tcp 10002 2906 m3ua tcp + local-ip 172.18.19.200 + local-ip fd02:db8:19::200 + remote-ip 172.18.19.203 + remote-ip fd02:db8:19::203 + role asp + transport-role client + as as-sender-tcp m3ua + asp asp-sender-tcp + routing-key 1123 123 + as as-client-tcp m3ua + routing-key 1155 155 + asp asp-client0-tcp + route-table system + update route 123 16777215 linkset as-sender-tcp + update route 155 16777215 linkset as-client-tcp + listen m3ua 2905 tcp + local-ip 172.18.19.200 + local-ip fd02:db8:19::200 + accept-asp-connections dynamic-permitted ! !M3UA AS/ASP: ! -- To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/37626?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I3c134df2e194dbad47261eed5c0b3b54ed39a383 Gerrit-Change-Number: 37626 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
11 months
1
0
0
0
[M] Change in docker-playground[master]: ttcn3-stp-test: remove <= 1.8.x code path
by laforge
Attention is currently required from: fixeria, osmith. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/docker-playground/+/37626?usp=email
) Change subject: ttcn3-stp-test: remove <= 1.8.x code path ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/37626?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I3c134df2e194dbad47261eed5c0b3b54ed39a383 Gerrit-Change-Number: 37626 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: osmith <osmith(a)sysmocom.de> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Comment-Date: Sat, 27 Jul 2024 08:39:15 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
11 months
1
0
0
0
[S] Change in osmo-ttcn3-hacks[master]: stp: remove <= 1.8.x code paths
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37629?usp=email
) Change subject: stp: remove <= 1.8.x code paths ...................................................................... stp: remove <= 1.8.x code paths Change-Id: I31a1516215237984c029c02dfa30aa223c3d06a3 --- M stp/STP_Tests_M3UA.ttcn 1 file changed, 9 insertions(+), 25 deletions(-) Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve diff --git a/stp/STP_Tests_M3UA.ttcn b/stp/STP_Tests_M3UA.ttcn index 9c45a32..2cac7cc 100644 --- a/stp/STP_Tests_M3UA.ttcn +++ b/stp/STP_Tests_M3UA.ttcn @@ -272,13 +272,6 @@ var M3uaConfig m3cfg := mp_m3ua_configs[i]; var Result res; - /* XXX: M3UA-over-TCP is not supported by osmo-stp <= 1.8.1 */ - if (not Misc_Helpers.f_osmo_repo_is("nightly")) { - log("Not connect()ing m3cfg := ", m3cfg, " (not supported by IUT)"); - g_m3ua_conn_id[i] := -1; - return; - } - if (lengthof(mp_local_m3ua_ip) == 0 or lengthof(mp_stp_m3ua_ip) == 0) { setverdict(fail, "Empty local or remote address trying to connect TCP socket: ", mp_local_m3ua_ip, " / ", mp_stp_m3ua_ip); @@ -317,12 +310,6 @@ var OptionList opt_list := {}; var M3uaConfig m3cfg := mp_m3ua_configs[i]; - /* XXX: M3UA-over-TCP is not supported by osmo-stp <= 1.8.1 */ - if (not Misc_Helpers.f_osmo_repo_is("nightly") and m3cfg.use_tcp) { - log("Not listen()ing m3cfg := ", m3cfg, " (not supported by IUT)"); - return; - } - if (lengthof(mp_local_m3ua_ip) == 0 ) { setverdict(fail, "Empty local address trying to bind SCTP socket: ", mp_local_m3ua_ip); @@ -362,12 +349,6 @@ } for (i := 0; i < NR_M3UA; i:=i+1) { - /* XXX: M3UA-over-TCP is not supported by osmo-stp <= 1.8.1 */ - if (not Misc_Helpers.f_osmo_repo_is("nightly") and mp_m3ua_configs[i].use_tcp) { - log("Not connect()ing m3cfg := ", mp_m3ua_configs[i], " (not supported by IUT)"); - g_m3ua_conn_id[i] := -1; - continue; - } map(self:M3UA[i], system:M3UA_CODEC_PT); if (mp_m3ua_configs[i].use_tcp) { f_M3UA_connect_tcp(i); @@ -395,12 +376,6 @@ var PortEvent port_evt; for (i := NR_M3UA; i < NR_M3UA+NR_M3UA_SRV; i:=i+1) { - /* XXX: M3UA-over-TCP is not supported by osmo-stp <= 1.8.1 */ - if (not Misc_Helpers.f_osmo_repo_is("nightly") and mp_m3ua_configs[i].use_tcp) { - log("Not listen()ing m3cfg := ", mp_m3ua_configs[i], " (not supported by IUT)"); - g_m3ua_conn_id[i] := -1; - continue; - } map(self:M3UA[i], system:M3UA_CODEC_PT); /* bind+ listen */ f_M3UA_listen(i); -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37629?usp=email
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: I31a1516215237984c029c02dfa30aa223c3d06a3 Gerrit-Change-Number: 37629 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
11 months
1
0
0
0
[S] Change in osmo-ttcn3-hacks[master]: msc: remove <= 1.11.x code path
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37628?usp=email
) Change subject: msc: remove <= 1.11.x code path ...................................................................... msc: remove <= 1.11.x code path Change-Id: I865f53ca0e6dd90401f8cabe5c60ad812d91e5bb --- M msc/MSC_Tests.ttcn 1 file changed, 10 insertions(+), 5 deletions(-) Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn index a503d20..283ced6 100644 --- a/msc/MSC_Tests.ttcn +++ b/msc/MSC_Tests.ttcn @@ -7527,11 +7527,7 @@ execute( TC_gsup_mt_sms_rp_mr() ); execute( TC_gsup_mo_mt_sms_rp_mr() ); execute( TC_gsup_mt_multi_part_sms() ); - if (Misc_Helpers.f_osmo_repo_is("nightly")) { - /* timer X36 is not supported by osmo-msc <= 1.11.1 - * Related: osmo-msc.git Ic519cab55d65e47b2636124427dab1a1d80fab78 */ - execute( TC_gsup_mt_sms_lu_delay() ); - } + execute( TC_gsup_mt_sms_lu_delay() ); execute( TC_lu_and_mo_ussd_single_request() ); execute( TC_lu_and_mt_ussd_notification() ); -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37628?usp=email
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: I865f53ca0e6dd90401f8cabe5c60ad812d91e5bb Gerrit-Change-Number: 37628 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
11 months
1
0
0
0
[S] Change in osmo-ttcn3-hacks[master]: hnbgw: remove <= 1.5.x code paths
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37627?usp=email
) Change subject: hnbgw: remove <= 1.5.x code paths ...................................................................... hnbgw: remove <= 1.5.x code paths Change-Id: Ie1336a7372a46439cf53e38a555f36d0201fa230 --- M hnbgw/HNBGW_Tests.ttcn 1 file changed, 16 insertions(+), 24 deletions(-) Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn index 273627d..3765411 100644 --- a/hnbgw/HNBGW_Tests.ttcn +++ b/hnbgw/HNBGW_Tests.ttcn @@ -1560,9 +1560,7 @@ {name := hnb0_ctr_prefix & "ranap.cs.rab_act.cnf", mtype := "c", min := 0, max := 0}, {name := hnb0_ctr_prefix & "ranap.cs.rab_act.fail", mtype := "c", min := 0, max := 0} }; - if (f_osmo_repo_is("nightly")) { - f_statsd_expect(expect); - } + f_statsd_expect(expect); f_create_rab(pars.mgcp_pars); @@ -1571,9 +1569,7 @@ {name := hnb0_ctr_prefix & "ranap.cs.rab_act.cnf", mtype := "c", min := 1, max := 1}, {name := hnb0_ctr_prefix & "ranap.cs.rab_act.fail", mtype := "c", min := 0, max := 0} }; - if (f_osmo_repo_is("nightly")) { - f_statsd_expect(expect); - } + f_statsd_expect(expect); /* Send Iu Release */ tx := valueof(ts_RANAP_IuReleaseCommand(pars.rab_rel_cause)); @@ -1622,9 +1618,7 @@ {name := hnb0_ctr_prefix & "ranap.cs.rab_act.cnf", mtype := "c", min := 0, max := 0}, {name := hnb0_ctr_prefix & "ranap.cs.rab_act.fail", mtype := "c", min := 0, max := 0} }; - if (f_osmo_repo_is("nightly")) { - f_statsd_expect(expect); - } + f_statsd_expect(expect); f_rab_ass_req(pars.mgcp_pars); @@ -1637,9 +1631,7 @@ {name := hnb0_ctr_prefix & "ranap.cs.rab_act.cnf", mtype := "c", min := 0, max := 0}, {name := hnb0_ctr_prefix & "ranap.cs.rab_act.fail", mtype := "c", min := 1, max := 1} }; - if (f_osmo_repo_is("nightly")) { - f_statsd_expect(expect); - } + f_statsd_expect(expect); T.start; @@ -1689,9 +1681,7 @@ var StatsDExpects expect := { {name := hnb0_ctr_prefix & ctr_name, mtype := "c", min := 0, max := 0} }; - if (f_osmo_repo_is("nightly")) { - f_statsd_expect(expect); - } + f_statsd_expect(expect); /* Send RAB Release */ tx := valueof(ts_RANAP_RabAssReq(rab_rl := ts_RAB_RL(t_RAB_id(23), pars.rab_rel_cause))); @@ -1700,9 +1690,7 @@ expect := { {name := hnb0_ctr_prefix & ctr_name, mtype := "c", min := 1, max := 1} }; - if (f_osmo_repo_is("nightly")) { - f_statsd_expect(expect); - } + f_statsd_expect(expect); T.start; @@ -3049,12 +3037,7 @@ execute( TC_sgsnpool_sccp_n_pcstate_detaches_cnlink() ); execute( TC_sgsnpool_sccp_n_pcstate_attaches_cnlink() ); - /* Run only on nightly since it makes osmo-hnbgw <= 1.5.0 crash: OS#6253 */ - if (f_osmo_repo_is("nightly")) { - execute(TC_second_rab_assignment()); - } - - /* Run at the end since it makes osmo-hnbgw <= 1.3.0 crash: OS#5676 */ + execute(TC_second_rab_assignment()); execute(TC_hnb_reregister_reuse_sctp_assoc()); /* Run at the end since it messes with the SCCP config */ -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37627?usp=email
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: Ie1336a7372a46439cf53e38a555f36d0201fa230 Gerrit-Change-Number: 37627 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
11 months
1
0
0
0
[S] Change in osmo-ttcn3-hacks[master]: stp: remove <= 1.8.x code paths
by laforge
Attention is currently required from: fixeria, osmith. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37629?usp=email
) Change subject: stp: remove <= 1.8.x code paths ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37629?usp=email
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: I31a1516215237984c029c02dfa30aa223c3d06a3 Gerrit-Change-Number: 37629 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: osmith <osmith(a)sysmocom.de> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Comment-Date: Sat, 27 Jul 2024 08:39:00 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
11 months
1
0
0
0
[S] Change in osmo-ttcn3-hacks[master]: msc: remove <= 1.11.x code path
by laforge
Attention is currently required from: osmith. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37628?usp=email
) Change subject: msc: remove <= 1.11.x code path ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37628?usp=email
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: I865f53ca0e6dd90401f8cabe5c60ad812d91e5bb Gerrit-Change-Number: 37628 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: osmith <osmith(a)sysmocom.de> Gerrit-Comment-Date: Sat, 27 Jul 2024 08:38:58 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
11 months
1
0
0
0
[S] Change in osmo-ttcn3-hacks[master]: hnbgw: remove <= 1.5.x code paths
by laforge
Attention is currently required from: osmith. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37627?usp=email
) Change subject: hnbgw: remove <= 1.5.x code paths ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37627?usp=email
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: Ie1336a7372a46439cf53e38a555f36d0201fa230 Gerrit-Change-Number: 37627 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: osmith <osmith(a)sysmocom.de> Gerrit-Comment-Date: Sat, 27 Jul 2024 08:38:54 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
11 months
1
0
0
0
[S] Change in osmo-ttcn3-hacks[master]: library/GTPv1U_Templates: Mark parameters as templates
by laforge
Attention is currently required from: pespin. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37645?usp=email
) Change subject: library/GTPv1U_Templates: Mark parameters as templates ...................................................................... Patch Set 1: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37645?usp=email
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: I278f7dbc64704c1ba2b8a75d6f540ac52b067598 Gerrit-Change-Number: 37645 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: Sat, 27 Jul 2024 08:38:32 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
11 months
1
0
0
0
[M] Change in osmo-ttcn3-hacks[master]: sgsn: Introduce test TC_attach_pdp_act_pmm_idle_lost_pdp_status
by laforge
Attention is currently required from: pespin. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37625?usp=email
) Change subject: sgsn: Introduce test TC_attach_pdp_act_pmm_idle_lost_pdp_status ...................................................................... Patch Set 2: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37625?usp=email
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: I34a0dabc37ba24d0c9fb1ae2587e7ec8c1b606fa Gerrit-Change-Number: 37625 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: Sat, 27 Jul 2024 08:38:14 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
11 months
1
0
0
0
← Newer
1
...
20
21
22
23
24
25
26
...
138
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
Results per page:
10
25
50
100
200