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
January 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
1559 discussions
Start a n
N
ew thread
[S] Change in docker-playground[master]: ttcn3-epdg: Add section to control logging
by osmith
Attention is currently required from: pespin. osmith has posted comments on this change. (
https://gerrit.osmocom.org/c/docker-playground/+/35608?usp=email
) Change subject: ttcn3-epdg: Add section to control logging ...................................................................... Patch Set 2: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/35608?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: I7b9a3421b5f0f384324bb0f9b6de3fffdceaef53 Gerrit-Change-Number: 35608 Gerrit-PatchSet: 2 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Fri, 19 Jan 2024 13:37:27 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 5 months
1
0
0
0
[S] Change in ...osmo-epdg[master]: Update osmo_gsup dependency in rebar.config and update rebar.lock
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/35621?usp=email
) Change subject: Update osmo_gsup dependency in rebar.config and update rebar.lock ...................................................................... Update osmo_gsup dependency in rebar.config and update rebar.lock osmo_gsup dep was pointing to a temporary branch of mine which is no longer existing, because the fix required was applied in osmo-ttcn3-hacks.git. Change-Id: I523acb49e4604e8a62d41d07d53d512158b28670 --- M rebar.config M rebar.lock 2 files changed, 17 insertions(+), 4 deletions(-) git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/21/35621/1 diff --git a/rebar.config b/rebar.config index d834c32..a2db3ea 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,7 @@ {lager, {git, "
https://github.com/erlang-lager/lager
", {tag, "3.9.2"}}}, {gtplib, "3.2.0"}, {osmo_ss7, {git, "
https://gitea.osmocom.org/erlang/osmo_ss7
", {ref, "9f294d3612f998860004820d1d85b4264721577b"}}}, - {osmo_gsup, {git, "
https://gitea.osmocom.org/erlang/osmo_gsup
", {ref, "07672d8ab1608aa9c9e50ca035521876558fcd42"}}} + {osmo_gsup, {git, "
https://gitea.osmocom.org/erlang/osmo_gsup
", {branch, "lynxis/epdg"}}} ]}. {minimum_otp_vsn, "20.3"}. diff --git a/rebar.lock b/rebar.lock index 8f00ea6..322e84d 100644 --- a/rebar.lock +++ b/rebar.lock @@ -2,7 +2,7 @@ [{<<"cut">>,{pkg,<<"cut">>,<<"1.0.3">>},1}, {<<"epcap">>, {git,"
https://github.com/msantos/epcap
", - {ref,"d5c03caf608c1369e68cfed0a606d3eb82ddfd21"}}, + {ref,"b98edbfbb0392101cd874b098caa5180f2f44b2e"}}, 1}, {<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1}, {<<"gtplib">>,{pkg,<<"gtplib">>,<<"3.2.0">>},0}, @@ -12,7 +12,7 @@ 0}, {<<"osmo_gsup">>, {git,"
https://gitea.osmocom.org/erlang/osmo_gsup
", - {ref,"e23f118e6e8f7ee1247db34e4cb79e4cecdb0947"}}, + {ref,"07672d8ab1608aa9c9e50ca035521876558fcd42"}}, 0}, {<<"osmo_ss7">>, {git,"
https://gitea.osmocom.org/erlang/osmo_ss7
", @@ -20,7 +20,7 @@ 0}, {<<"parse_trans">>, {git,"
https://github.com/uwiger/parse_trans
", - {ref,"cdb01ba260ba9a00b2aafa17affead0f6fac081c"}}, + {ref,"d99fb36755c813a5db23e6f93741aa58323ef911"}}, 1}, {<<"pkt">>, {git,"
https://github.com/msantos/pkt
", -- To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/35621?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-epdg Gerrit-Branch: master Gerrit-Change-Id: I523acb49e4604e8a62d41d07d53d512158b28670 Gerrit-Change-Number: 35621 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
1 year, 5 months
1
0
0
0
[M] Change in osmo-ttcn3-hacks[master]: GSUP_Types: Add missing message_class to EPDGTunnel* messages
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35604?usp=email
) Change subject: GSUP_Types: Add missing message_class to EPDGTunnel* messages ...................................................................... GSUP_Types: Add missing message_class to EPDGTunnel* messages Related: OS#6091 Change-Id: Ib7d6156402645867cadc8d3e0ffdd07247a1abd2 --- M library/GSUP_Types.ttcn 1 file changed, 69 insertions(+), 20 deletions(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified osmith: Looks good to me, but someone else must approve diff --git a/library/GSUP_Types.ttcn b/library/GSUP_Types.ttcn index 7d6af7a..10955e7 100644 --- a/library/GSUP_Types.ttcn +++ b/library/GSUP_Types.ttcn @@ -693,29 +693,57 @@ /* EPDG Tunnel */ -template (value) GSUP_PDU ts_GSUP_EPDGTunnel_REQ(hexstring imsi, GSUP_CnDomain dom := OSMO_GSUP_CN_DOMAIN_PS, - template (omit) octetstring source_name := omit) := - ts_GSUP(OSMO_GSUP_MSGT_EPDG_TUNNEL_REQUEST, f_gen_ts_ies(imsi, dom := dom, - source_name := source_name)); +template (value) GSUP_PDU ts_GSUP_EPDGTunnel_REQ(hexstring imsi, + GSUP_Message_Class message_class := OSMO_GSUP_MESSAGE_CLASS_IPSEC_EPDG, + GSUP_CnDomain dom := OSMO_GSUP_CN_DOMAIN_PS, + template (omit) octetstring source_name := omit) := + ts_GSUP(OSMO_GSUP_MSGT_EPDG_TUNNEL_REQUEST, f_gen_ts_ies(imsi, + message_class := message_class, + dom := dom, + source_name := source_name)); -template (present) GSUP_PDU tr_GSUP_EPDGTunnel_REQ(template (present) hexstring imsi := ?) := - tr_GSUP_IMSI(OSMO_GSUP_MSGT_EPDG_TUNNEL_REQUEST, imsi); +template (present) GSUP_PDU tr_GSUP_EPDGTunnel_REQ(template (present) hexstring imsi := ?, + template (present) GSUP_Message_Class message_class := OSMO_GSUP_MESSAGE_CLASS_IPSEC_EPDG) := + tr_GSUP(OSMO_GSUP_MSGT_EPDG_TUNNEL_REQUEST, + f_gen_tr_ies(imsi, + message_class := message_class)); -template (value) GSUP_PDU ts_GSUP_EPDGTunnel_RES(hexstring imsi, octetstring destination_name := ''O) := - ts_GSUP(OSMO_GSUP_MSGT_EPDG_TUNNEL_RESULT, { valueof(ts_GSUP_IE_IMSI(imsi)), - valueof(ts_GSUP_IE_Destination_Name(destination_name))}); -template (present) GSUP_PDU tr_GSUP_EPDGTunnel_RES(template (present) hexstring imsi, template octetstring destination_name := omit) := - tr_GSUP(OSMO_GSUP_MSGT_EPDG_TUNNEL_RESULT, f_gen_tr_ies(imsi, destination_name := destination_name)); +template (value) GSUP_PDU ts_GSUP_EPDGTunnel_RES(hexstring imsi, + GSUP_Message_Class message_class := OSMO_GSUP_MESSAGE_CLASS_IPSEC_EPDG, + octetstring destination_name := ''O) := + ts_GSUP(OSMO_GSUP_MSGT_EPDG_TUNNEL_RESULT, { + valueof(ts_GSUP_IE_IMSI(imsi)), + valueof(ts_GSUP_IE_Message_Class(message_class)), + valueof(ts_GSUP_IE_Destination_Name(destination_name)) + }); -template (value) GSUP_PDU ts_GSUP_EPDGTunnel_ERR(hexstring imsi, integer cause) := +template (present) GSUP_PDU tr_GSUP_EPDGTunnel_RES(template (present) hexstring imsi, + template (present) GSUP_Message_Class message_class := OSMO_GSUP_MESSAGE_CLASS_IPSEC_EPDG, + template octetstring destination_name := omit) := + tr_GSUP(OSMO_GSUP_MSGT_EPDG_TUNNEL_RESULT, + f_gen_tr_ies(imsi, + message_class := message_class, + destination_name := destination_name)); + +template (value) GSUP_PDU ts_GSUP_EPDGTunnel_ERR(hexstring imsi, + GSUP_Message_Class message_class := OSMO_GSUP_MESSAGE_CLASS_IPSEC_EPDG, + integer cause := 0) := ts_GSUP(OSMO_GSUP_MSGT_EPDG_TUNNEL_ERROR, { - valueof(ts_GSUP_IE_IMSI(imsi)), valueof(ts_GSUP_IE_Cause(cause)) }); + valueof(ts_GSUP_IE_IMSI(imsi)), + valueof(ts_GSUP_IE_Cause(cause)), + valueof(ts_GSUP_IE_Message_Class(message_class)) + }); -template (present) GSUP_PDU tr_GSUP_EPDGTunnel_ERR(template (present) hexstring imsi, template (present) integer cause := ?, - template octetstring destination_name := omit) := +template (present) GSUP_PDU tr_GSUP_EPDGTunnel_ERR(template (present) hexstring imsi, + template (present) GSUP_Message_Class message_class := OSMO_GSUP_MESSAGE_CLASS_IPSEC_EPDG, + template (present) integer cause := ?, + template octetstring destination_name := omit) := tr_GSUP(OSMO_GSUP_MSGT_EPDG_TUNNEL_ERROR, - f_gen_tr_ies(imsi, cause := cause, destination_name := destination_name)); + f_gen_tr_ies(imsi, + message_class := message_class, + cause := cause, + destination_name := destination_name)); template (value) GSUP_IE ts_GSUP_IE_CancelType(GSUP_CancelType ctype) := { @@ -1391,10 +1419,11 @@ } private function f_gen_ts_ies(hexstring imsi, - template hexstring imei := omit, - template GSUP_CnDomain dom := omit, - template octetstring source_name := omit, - template octetstring destination_name := omit + template (omit) GSUP_Message_Class message_class := omit, + template (omit) hexstring imei := omit, + template (omit) GSUP_CnDomain dom := omit, + template (omit) octetstring source_name := omit, + template (omit) octetstring destination_name := omit ) return GSUP_IEs { var GSUP_IEs ies := { valueof(ts_GSUP_IE_IMSI(imsi)) @@ -1408,6 +1437,10 @@ ies := ies & { valueof(ts_GSUP_IE_IMEI(valueof(imei))) }; } + if (isvalue(message_class)) { + ies := ies & { valueof(ts_GSUP_IE_Message_Class(valueof(message_class))) }; + } + if (isvalue(source_name)) { ies := ies & { valueof(ts_GSUP_IE_Source_Name(valueof(source_name))) }; } @@ -1420,6 +1453,7 @@ } private function f_gen_tr_ies(template hexstring imsi, + template GSUP_Message_Class message_class := omit, template integer cause := omit, template hexstring msisdn := omit, template GSUP_IMEIResult imei_result := omit, @@ -1446,6 +1480,11 @@ idx := idx + 1; } + if (isvalue(message_class)) { + ies[idx] := tr_GSUP_IE_Message_Class(message_class); + idx := idx + 1; + } + if (isvalue(source_name)) { ies[idx] := tr_GSUP_IE_Source_Name(source_name); idx := idx + 1; -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35604?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: Ib7d6156402645867cadc8d3e0ffdd07247a1abd2 Gerrit-Change-Number: 35604 Gerrit-PatchSet: 4 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
1 year, 5 months
1
0
0
0
[M] Change in osmo-ttcn3-hacks[master]: GSUP_Types: Add missing message_class to EPDGTunnel* messages
by pespin
Attention is currently required from: fixeria, laforge, lynxis lazus. pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35604?usp=email
) Change subject: GSUP_Types: Add missing message_class to EPDGTunnel* messages ...................................................................... Patch Set 4: Code-Review+2 (1 comment) Patchset: PS4: Merging now after having fixed the reported issues since this is needed to avoid failures in EPDG_Tests. -- To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35604?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: Ib7d6156402645867cadc8d3e0ffdd07247a1abd2 Gerrit-Change-Number: 35604 Gerrit-PatchSet: 4 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu> Gerrit-Comment-Date: Fri, 19 Jan 2024 13:27:48 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 5 months
1
0
0
0
[M] Change in osmo-bsc[master]: VTY: Add command `show bts brief`
by fixeria
Attention is currently required from: jolly, laforge, lynxis lazus, pespin. fixeria has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/35567?usp=email
) Change subject: VTY: Add command `show bts brief` ...................................................................... Patch Set 2: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/35567?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: I003fd32e589ddf53b7dd42089f904cfb598e3625 Gerrit-Change-Number: 35567 Gerrit-PatchSet: 2 Gerrit-Owner: jolly <andreas(a)eversberg.eu> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-CC: laforge <laforge(a)osmocom.org> Gerrit-Attention: jolly <andreas(a)eversberg.eu> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu> Gerrit-Comment-Date: Fri, 19 Jan 2024 12:40:21 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 5 months
1
0
0
0
[S] Change in osmo-bsc[master]: Also track downtime when OML link is lost
by fixeria
Attention is currently required from: jolly, laforge, lynxis lazus, pespin. fixeria has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/35566?usp=email
) Change subject: Also track downtime when OML link is lost ...................................................................... Patch Set 2: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/35566?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: I1776099cbfef51af1d5a3a056fb0654abd7366a9 Gerrit-Change-Number: 35566 Gerrit-PatchSet: 2 Gerrit-Owner: jolly <andreas(a)eversberg.eu> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-CC: laforge <laforge(a)osmocom.org> Gerrit-Attention: jolly <andreas(a)eversberg.eu> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu> Gerrit-Comment-Date: Fri, 19 Jan 2024 12:39:52 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 5 months
1
0
0
0
[S] Change in osmo-hnbgw[master]: debian: fix having no manuals in osmo-hnbgw-doc
by osmith
osmith has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/35620?usp=email
) Change subject: debian: fix having no manuals in osmo-hnbgw-doc ...................................................................... Patch Set 1: Verified+1 (1 comment) Patchset: PS1:
https://jenkins.osmocom.org/jenkins/job/gerrit-binpkgs/5909/console
``` + dpkg -c osmo-hnbgw-doc_1.5.0.15.d0cc_all.deb drwxr-xr-x root/root 0 2024-01-19 11:24 ./ drwxr-xr-x root/root 0 2024-01-19 11:24 ./usr/ drwxr-xr-x root/root 0 2024-01-19 11:24 ./usr/share/ drwxr-xr-x root/root 0 2024-01-19 11:24 ./usr/share/doc/ drwxr-xr-x root/root 0 2024-01-19 11:24 ./usr/share/doc/osmo-hnbgw-doc/ -rw-r--r-- root/root 4528 2024-01-19 11:24 ./usr/share/doc/osmo-hnbgw-doc/changelog.gz -rw-r--r-- root/root 911 2024-01-19 11:24 ./usr/share/doc/osmo-hnbgw-doc/copyright -rw-r--r-- root/root 558095 2024-01-19 11:24 ./usr/share/doc/osmo-hnbgw-doc/osmohnbgw-usermanual.pdf -rw-r--r-- root/root 321541 2024-01-19 11:24 ./usr/share/doc/osmo-hnbgw-doc/osmohnbgw-vty-reference.pdf ``` -- To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/35620?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw Gerrit-Branch: master Gerrit-Change-Id: I8daeba6b267b2f7793a26a0e1fbc74ab17401cde Gerrit-Change-Number: 35620 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-CC: Jenkins Builder Gerrit-Comment-Date: Fri, 19 Jan 2024 11:27:00 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 5 months
1
0
0
0
[S] Change in osmo-hnbgw[master]: debian: fix having no manuals in osmo-hnbgw-doc
by osmith
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/35620?usp=email
) Change subject: debian: fix having no manuals in osmo-hnbgw-doc ...................................................................... debian: fix having no manuals in osmo-hnbgw-doc Fixes: OS#6326 Change-Id: I8daeba6b267b2f7793a26a0e1fbc74ab17401cde --- A debian/osmo-hnbgw-doc.install 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/20/35620/1 diff --git a/debian/osmo-hnbgw-doc.install b/debian/osmo-hnbgw-doc.install new file mode 100644 index 0000000..596d37b --- /dev/null +++ b/debian/osmo-hnbgw-doc.install @@ -0,0 +1,2 @@ +usr/share/doc/osmo-hnbgw-doc/*.pdf + -- To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/35620?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw Gerrit-Branch: master Gerrit-Change-Id: I8daeba6b267b2f7793a26a0e1fbc74ab17401cde Gerrit-Change-Number: 35620 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-MessageType: newchange
1 year, 5 months
1
0
0
0
[S] Change in osmo-hnbgw[master]: gitignore: add libhnbgw.la, hnbgw_vty_reference.xml
by osmith
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/35619?usp=email
) Change subject: gitignore: add libhnbgw.la, hnbgw_vty_reference.xml ...................................................................... gitignore: add libhnbgw.la, hnbgw_vty_reference.xml Change-Id: I5c9ec6cf01d75b10a86098755064ad187de815c1 --- M .gitignore 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/19/35619/1 diff --git a/.gitignore b/.gitignore index a7cb104..4459923 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ /deps src/osmo-hnbgw/osmo-hnbgw +src/osmo-hnbgw/libhnbgw.la #tests tests/testsuite.dir @@ -67,6 +68,7 @@ doc/manuals/*.check doc/manuals/generated/ doc/manuals/osmohnbgw-usermanual.xml +doc/manuals/vty/hnbgw_vty_reference.xml doc/manuals/common doc/manuals/build -- To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/35619?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw Gerrit-Branch: master Gerrit-Change-Id: I5c9ec6cf01d75b10a86098755064ad187de815c1 Gerrit-Change-Number: 35619 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-MessageType: newchange
1 year, 5 months
1
0
0
0
[S] Change in osmo-msc[master]: fdsdf
by jolly
jolly has abandoned this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/35618?usp=email
) Change subject: fdsdf ...................................................................... Abandoned Wrong push -- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/35618?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: Ic31d186f970539e3e755922e274196b5accf8b60 Gerrit-Change-Number: 35618 Gerrit-PatchSet: 1 Gerrit-Owner: jolly <andreas(a)eversberg.eu> Gerrit-CC: Jenkins Builder Gerrit-MessageType: abandon
1 year, 5 months
1
0
0
0
← Newer
1
...
73
74
75
76
77
78
79
...
156
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
Results per page:
10
25
50
100
200