Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing error (?) Creating document 55.919: '3G Security; Specification of the A5/3 encryption algorithms #9

Closed
slashTPA opened this issue May 20, 2020 · 1 comment

Comments

@slashTPA
Copy link

Hi,

meanwhile I set up on Ubuntu and managed to get the containers up and access the webserver (much easier than in RHEL, where I still cant access the localhost:3000). When I now try to run:
spex:webapp$ bundle exec /home/app/webapp/script/init_3gpp.rb

I experience after ~330 sec an issue with:
Creating document 55.919: '3G Security; Specification of the A5/3 encryption algorithms...

I assume due to the 'slash' in the title (?). Then the script fails and stops loading further:

Creating document 55.243: 'Specification of the GIA4 integrity algorithm for General Packet Radio Service (GPRS); Design conformance test data'
	Creating version {:major=>14, :technical=>0, :editorial=>0}
	Creating version {:major=>15, :technical=>0, :editorial=>0}
Creating document 55.251: 'Specification of the GEA5 and GIA5 encryption algorithms for General Packet Radio Service (GPRS); GEA5 and GIA5 algorithm specification'
	Creating version {:major=>14, :technical=>0, :editorial=>1}
	Creating version {:major=>15, :technical=>0, :editorial=>0}
Creating document 55.252: 'Specification of the GEA5 encryption and GIA5 integrity algorithms for General Packet Radio Service (GPRS); Implementers' test data'
	Creating version {:major=>14, :technical=>0, :editorial=>0}
	Creating version {:major=>15, :technical=>0, :editorial=>0}
Creating document 55.253: 'Specification of the GEA5 encryption and GIA5 integrity algorithms for General Packet Radio Service (GPRS); Design conformance test data'
	Creating version {:major=>14, :technical=>0, :editorial=>0}
	Creating version {:major=>15, :technical=>0, :editorial=>0}
**Creating document 55.919: '3G Security; Specification of the A5/3 encryption algorithms for GSM and ECSD, and the GEA3 encryption algorithm for GPRS; Document 4: Design and evaluation report'
	Creating version {:major=>3, :technical=>0, :editorial=>0}
	Creating version {:major=>4, :technical=>0, :editorial=>0}
	Creating version {:major=>5, :technical=>0, :editorial=>0}
	Creating version {:major=>6, :technical=>2, :editorial=>1}
	Creating version {:major=>7, :technical=>1, :editorial=>0}
	Creating version {:major=>8, :technical=>0, :editorial=>0}
	Creating version {:major=>9, :technical=>0, :editorial=>0}
	Creating version {:major=>10, :technical=>0, :editorial=>0}
	Creating version {:major=>11, :technical=>0, :editorial=>0}
	Creating version {:major=>12, :technical=>0, :editorial=>0}
	Creating version {:major=>13, :technical=>0, :editorial=>0}
	Creating version {:major=>14, :technical=>0, :editorial=>0}
	Creating version {:major=>15, :technical=>0, :editorial=>0}

Error while parsing 3119: Unable to parse 'TBR 5'
Error while parsing 3120: Unable to parse 'TBR 9'
Error while parsing 3121: Unable to parse 'TBR19'
Error while parsing 3122: Unable to parse 'TBR20'
Error while parsing 3123: Unable to parse 'TBR31'
Error while parsing 3124: Unable to parse 'TBR32'**
... took 331.19 sec

app@46c08e5f2196:/home/app/webapp$

Any way how to fix that?

Thx,
T

@slashTPA
Copy link
Author

Me again,
after diving a bit into the code, I understood that this is not an issue, but the last entry in http://www.3gpp.org/ftp/Specs/html-info/SpecReleaseMatrix.htm , that can be "digested" - since the TBRs are out-of-date entries in that table. So I can confirm that the slash in 3GPP TR 55.919 is not a problem at all and the document is referenced correctly in the database.

So I'm closing this issue report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant