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 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
3 participants
2175 discussions
Start a n
N
ew thread
Change in pysim[master]: pySim/ts_102_222.py: remove ununsed imports from 'cmd2'
by fixeria
fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/28599
) Change subject: pySim/ts_102_222.py: remove ununsed imports from 'cmd2' ...................................................................... pySim/ts_102_222.py: remove ununsed imports from 'cmd2' Change-Id: If6c686c8248cd0ad4edb68b84886a6f5f558d0f7 --- M pySim/ts_102_222.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/99/28599/1 diff --git a/pySim/ts_102_222.py b/pySim/ts_102_222.py index c7cff85..3c57e5b 100644 --- a/pySim/ts_102_222.py +++ b/pySim/ts_102_222.py @@ -20,7 +20,6 @@ from typing import List import cmd2 -from cmd2 import style, fg, bg from cmd2 import CommandSet, with_default_category, with_argparser import argparse -- To view, visit
https://gerrit.osmocom.org/c/pysim/+/28599
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: If6c686c8248cd0ad4edb68b84886a6f5f558d0f7 Gerrit-Change-Number: 28599 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-MessageType: newchange
2 years, 11 months
1
0
0
0
Change in pysim[master]: pySim-shell.py: remove unused imports of 'bg' from 'cmd2'
by fixeria
fixeria has uploaded a new patch set (#3). (
https://gerrit.osmocom.org/c/pysim/+/28598
) Change subject: pySim-shell.py: remove unused imports of 'bg' from 'cmd2' ...................................................................... pySim-shell.py: remove unused imports of 'bg' from 'cmd2' Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae --- M pySim-shell.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/98/28598/3 -- To view, visit
https://gerrit.osmocom.org/c/pysim/+/28598
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae Gerrit-Change-Number: 28598 Gerrit-PatchSet: 3 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-CC: Jenkins Builder Gerrit-MessageType: newpatchset
2 years, 11 months
1
0
0
0
Change in pysim[master]: pySim-shell.py: remove unused imports of 'bg' from 'cmd2'
by fixeria
fixeria has uploaded a new patch set (#2). (
https://gerrit.osmocom.org/c/pysim/+/28598
) Change subject: pySim-shell.py: remove unused imports of 'bg' from 'cmd2' ...................................................................... pySim-shell.py: remove unused imports of 'bg' from 'cmd2' Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae --- M pySim-shell.py M pySim/ts_102_222.py 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/98/28598/2 -- To view, visit
https://gerrit.osmocom.org/c/pysim/+/28598
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae Gerrit-Change-Number: 28598 Gerrit-PatchSet: 2 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-CC: Jenkins Builder Gerrit-MessageType: newpatchset
2 years, 11 months
1
0
0
0
Change in pysim[master]: pySim-shell.py: remove unused import of 'bg' from 'cmd2'
by fixeria
fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/28598
) Change subject: pySim-shell.py: remove unused import of 'bg' from 'cmd2' ...................................................................... pySim-shell.py: remove unused import of 'bg' from 'cmd2' Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae --- M pySim-shell.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/98/28598/1 diff --git a/pySim-shell.py b/pySim-shell.py index e52c4ef..33332a2 100755 --- a/pySim-shell.py +++ b/pySim-shell.py @@ -23,7 +23,7 @@ import traceback import cmd2 -from cmd2 import style, fg, bg +from cmd2 import style, fg from cmd2 import CommandSet, with_default_category, with_argparser import argparse -- To view, visit
https://gerrit.osmocom.org/c/pysim/+/28598
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: Ic2a73a98f322be391e54215bc5fc3358776da0ae Gerrit-Change-Number: 28598 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-MessageType: newchange
2 years, 11 months
1
0
0
0
Change in osmo-remsim[master]: client: Log TPDU/ATR/PTS/slotStatus at INFO or NOTICE level
by fixeria
Attention is currently required from: laforge. fixeria has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-remsim/+/28565
) Change subject: client: Log TPDU/ATR/PTS/slotStatus at INFO or NOTICE level ...................................................................... Patch Set 3: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-remsim/+/28565
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim Gerrit-Branch: master Gerrit-Change-Id: I9b54a53ef2809c9bfd110636a9ccb0c0d8c90cda Gerrit-Change-Number: 28565 Gerrit-PatchSet: 3 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Thu, 14 Jul 2022 10:04:16 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 11 months
1
0
0
0
Change in osmo-remsim[master]: bankd: Open PC/SC by default in EXCLUSIVE mode
by fixeria
Attention is currently required from: laforge. fixeria has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-remsim/+/28590
) Change subject: bankd: Open PC/SC by default in EXCLUSIVE mode ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-remsim/+/28590
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim Gerrit-Branch: master Gerrit-Change-Id: I43a1c8c7bd1c0124ee5f605e2e5b04ed8f7836ab Gerrit-Change-Number: 28590 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Comment-Date: Thu, 14 Jul 2022 10:03:44 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 11 months
1
0
0
0
Build failure of network:osmocom:nightly/osmo-remsim in CentOS_8/aarch64
by OBS Notification
Visit
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/o…
Package network:osmocom:nightly/osmo-remsim failed to build in CentOS_8/aarch64 Check out the package for editing: osc checkout network:osmocom:nightly osmo-remsim Last lines of build log: [ 103s] Processing files: osmo-remsim-client-shell-debuginfo-1.0.0.24.e25c.202207140052-1.1.aarch64 [ 103s] Provides: debuginfo(build-id) = 595d53a4d60b2af89c57192e30bc749c3703cbd4 osmo-remsim-client-shell-debuginfo = 1.0.0.24.e25c.202207140052-1.1 osmo-remsim-client-shell-debuginfo(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 103s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 103s] Recommends: osmo-remsim-debugsource(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 103s] Processing files: libifd-osmo-remsim-client0-debuginfo-1.0.0.24.e25c.202207140052-1.1.aarch64 [ 103s] Provides: debuginfo(build-id) = 0cf5fbfc256fbcc477d8ae3353de8d21678456ee libifd-osmo-remsim-client0-debuginfo = 1.0.0.24.e25c.202207140052-1.1 libifd-osmo-remsim-client0-debuginfo(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 103s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 103s] Recommends: osmo-remsim-debugsource(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 103s] Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/abuild/rpmbuild/BUILDROOT/osmo-remsim-1.0.0.24.e25c.202207140052-1.1.aarch64 [ 103s] error: Installed (but unpackaged) file(s) found: [ 103s] /usr/bin/osmo-remsim-server [ 103s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-1.1.aarch64.debug [ 103s] /usr/lib/systemd/system/osmo-remsim-server.service [ 103s] [ 103s] [ 103s] RPM build errors: [ 103s] line 222: multiple %files for package 'osmo-remsim-server' [ 103s] Installed (but unpackaged) file(s) found: [ 103s] /usr/bin/osmo-remsim-server [ 103s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-1.1.aarch64.debug [ 103s] /usr/lib/systemd/system/osmo-remsim-server.service [ 103s] ### VM INTERACTION START ### [ 103s] Failed to write utmp record: Read-only file system [ 103s] Powering off. [ 103s] [ 85.142848][ T4482] reboot: Power down [ 103s] ### VM INTERACTION END ### [ 103s] [ 103s] obs-arm-11 failed "build osmo-remsim.spec" at Thu Jul 14 02:18:44 UTC 2022. [ 103s] -- Configure notifications at
https://build.opensuse.org/my/subscriptions
openSUSE Build Service (
https://build.opensuse.org/
)
2 years, 11 months
1
0
0
0
Build failure of network:osmocom:nightly/osmo-remsim in openSUSE_Leap_15.1_ARM/aarch64
by OBS Notification
Visit
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/o…
Package network:osmocom:nightly/osmo-remsim failed to build in openSUSE_Leap_15.1_ARM/aarch64 Check out the package for editing: osc checkout network:osmocom:nightly osmo-remsim Last lines of build log: [ 59s] Recommends: osmo-remsim-debugsource(aarch-64) = 1.0.0.24.e25c.202207140052-lp151.1.1 [ 59s] Processing files: osmo-remsim-client-shell-debuginfo-1.0.0.24.e25c.202207140052-lp151.1.1.aarch64 [ 59s] Provides: debuginfo(build-id) = 25d627cb5c794296b30042d0e63ba5334342b805 osmo-remsim-client-shell-debuginfo = 1.0.0.24.e25c.202207140052-lp151.1.1 osmo-remsim-client-shell-debuginfo(aarch-64) = 1.0.0.24.e25c.202207140052-lp151.1.1 [ 59s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 59s] Recommends: osmo-remsim-debugsource(aarch-64) = 1.0.0.24.e25c.202207140052-lp151.1.1 [ 59s] Processing files: libifd-osmo-remsim-client0-debuginfo-1.0.0.24.e25c.202207140052-lp151.1.1.aarch64 [ 59s] Provides: debuginfo(build-id) = dae282e78d811a6638280a1a0cf67bfd2d908cc9 libifd-osmo-remsim-client0-debuginfo = 1.0.0.24.e25c.202207140052-lp151.1.1 libifd-osmo-remsim-client0-debuginfo(aarch-64) = 1.0.0.24.e25c.202207140052-lp151.1.1 [ 59s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 59s] Recommends: osmo-remsim-debugsource(aarch-64) = 1.0.0.24.e25c.202207140052-lp151.1.1 [ 59s] Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/abuild/rpmbuild/BUILDROOT/osmo-remsim-1.0.0.24.e25c.202207140052-lp151.1.1.aarch64 [ 59s] error: Installed (but unpackaged) file(s) found: [ 59s] /usr/bin/osmo-remsim-server [ 59s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-lp151.1.1.aarch64.debug [ 59s] /usr/lib/systemd/system/osmo-remsim-server.service [ 59s] [ 59s] [ 59s] RPM build errors: [ 59s] line 222: multiple %files for package 'osmo-remsim-server' [ 59s] Installed (but unpackaged) file(s) found: [ 59s] /usr/bin/osmo-remsim-server [ 59s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-lp151.1.1.aarch64.debug [ 59s] /usr/lib/systemd/system/osmo-remsim-server.service [ 59s] ### VM INTERACTION START ### [ 60s] [ 53.383975] sysrq: SysRq : Power Off [ 60s] [ 53.384730] reboot: Power down [ 60s] ### VM INTERACTION END ### [ 60s] [ 60s] obs-arm-11 failed "build osmo-remsim.spec" at Thu Jul 14 02:02:55 UTC 2022. [ 60s] -- Configure notifications at
https://build.opensuse.org/my/subscriptions
openSUSE Build Service (
https://build.opensuse.org/
)
2 years, 11 months
1
0
0
0
Build failure of network:osmocom:nightly/osmo-remsim in openSUSE_Leap_15.1_ARM/armv7l
by OBS Notification
Visit
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/o…
Package network:osmocom:nightly/osmo-remsim failed to build in openSUSE_Leap_15.1_ARM/armv7l Check out the package for editing: osc checkout network:osmocom:nightly osmo-remsim Last lines of build log: [ 172s] Recommends: osmo-remsim-debugsource(armv7hl-32) = 1.0.0.24.e25c.202207140052-lp151.1.1 [ 172s] Processing files: osmo-remsim-client-shell-debuginfo-1.0.0.24.e25c.202207140052-lp151.1.1.armv7hl [ 172s] Provides: debuginfo(build-id) = bec697327a8fb40fa192f09817b90ac77a507fea osmo-remsim-client-shell-debuginfo = 1.0.0.24.e25c.202207140052-lp151.1.1 osmo-remsim-client-shell-debuginfo(armv7hl-32) = 1.0.0.24.e25c.202207140052-lp151.1.1 [ 172s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 172s] Recommends: osmo-remsim-debugsource(armv7hl-32) = 1.0.0.24.e25c.202207140052-lp151.1.1 [ 172s] Processing files: libifd-osmo-remsim-client0-debuginfo-1.0.0.24.e25c.202207140052-lp151.1.1.armv7hl [ 172s] Provides: debuginfo(build-id) = 554db2a18237ee17388639d8c4558d3c0cfa291a libifd-osmo-remsim-client0-debuginfo = 1.0.0.24.e25c.202207140052-lp151.1.1 libifd-osmo-remsim-client0-debuginfo(armv7hl-32) = 1.0.0.24.e25c.202207140052-lp151.1.1 [ 172s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 172s] Recommends: osmo-remsim-debugsource(armv7hl-32) = 1.0.0.24.e25c.202207140052-lp151.1.1 [ 172s] Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/abuild/rpmbuild/BUILDROOT/osmo-remsim-1.0.0.24.e25c.202207140052-lp151.1.1.arm [ 172s] error: Installed (but unpackaged) file(s) found: [ 172s] /usr/bin/osmo-remsim-server [ 172s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-lp151.1.1.arm.debug [ 172s] /usr/lib/systemd/system/osmo-remsim-server.service [ 172s] [ 172s] [ 172s] RPM build errors: [ 172s] line 222: multiple %files for package 'osmo-remsim-server' [ 172s] Installed (but unpackaged) file(s) found: [ 172s] /usr/bin/osmo-remsim-server [ 172s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-lp151.1.1.arm.debug [ 172s] /usr/lib/systemd/system/osmo-remsim-server.service [ 172s] ### VM INTERACTION START ### [ 172s] [ 161.999552] sysrq: SysRq : Power Off [ 172s] [ 162.000941] reboot: Power down [ 172s] ### VM INTERACTION END ### [ 172s] [ 172s] armbuild01 failed "build osmo-remsim.spec" at Thu Jul 14 01:54:43 UTC 2022. [ 172s] -- Configure notifications at
https://build.opensuse.org/my/subscriptions
openSUSE Build Service (
https://build.opensuse.org/
)
2 years, 11 months
1
0
0
0
Build failure of network:osmocom:nightly/osmo-remsim in openSUSE_Factory_ARM/aarch64
by OBS Notification
Visit
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/o…
Package network:osmocom:nightly/osmo-remsim failed to build in openSUSE_Factory_ARM/aarch64 Check out the package for editing: osc checkout network:osmocom:nightly osmo-remsim Last lines of build log: [ 56s] Provides: debuginfo(build-id) = e07d56a3611ee6ec2f0342d8c535664cc3dc5eb1 osmo-remsim-client-shell-debuginfo = 1.0.0.24.e25c.202207140052-1.1 osmo-remsim-client-shell-debuginfo(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 56s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 56s] Recommends: osmo-remsim-debugsource(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 56s] Processing files: libifd-osmo-remsim-client0-debuginfo-1.0.0.24.e25c.202207140052-1.1.aarch64 [ 56s] Provides: debuginfo(build-id) = 0baa1bad41b51136f3284737e99fca4003d70099 libifd-osmo-remsim-client0-debuginfo = 1.0.0.24.e25c.202207140052-1.1 libifd-osmo-remsim-client0-debuginfo(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 56s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [ 56s] Recommends: osmo-remsim-debugsource(aarch-64) = 1.0.0.24.e25c.202207140052-1.1 [ 56s] Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/abuild/rpmbuild/BUILDROOT/osmo-remsim-1.0.0.24.e25c.202207140052-1.1.aarch64 [ 56s] error: Installed (but unpackaged) file(s) found: [ 56s] /usr/bin/osmo-remsim-server [ 56s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-1.1.aarch64.debug [ 56s] /usr/lib/systemd/system/osmo-remsim-server.service [ 56s] [ 56s] [ 56s] RPM build errors: [ 56s] line 222: multiple %files for package 'osmo-remsim-server' [ 56s] Installed (but unpackaged) file(s) found: [ 56s] /usr/bin/osmo-remsim-server [ 56s] /usr/lib/debug/usr/bin/osmo-remsim-server-1.0.0.24.e25c.202207140052-1.1.aarch64.debug [ 56s] /usr/lib/systemd/system/osmo-remsim-server.service [ 56s] ### VM INTERACTION START ### [ 56s] Failed to write wtmp record, ignoring: Read-only file system [ 56s] Failed to write utmp record: Read-only file system [ 56s] Powering off. [ 56s] [ 50.899122][ T8798] reboot: Power down [ 56s] ### VM INTERACTION END ### [ 56s] [ 56s] obs-arm-10 failed "build osmo-remsim.spec" at Thu Jul 14 01:50:17 UTC 2022. [ 56s] -- Configure notifications at
https://build.opensuse.org/my/subscriptions
openSUSE Build Service (
https://build.opensuse.org/
)
2 years, 11 months
1
0
0
0
← Newer
1
...
163
164
165
166
167
168
169
...
218
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
Results per page:
10
25
50
100
200