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

Improve qvalue parsing #790

Merged
merged 1 commit into from Feb 16, 2016
Merged

Conversation

liviuchircu
Copy link
Member

According to RFC 3261:

qvalue = ( "0" [ "." 03DIGIT ] )
/ ( "1" [ "." 0
3("0") ] )

This means that 1. and 0. qvalues MUST be supported. This PR corrects this problem.

* accept qvalues with no decimal digits (e.g. "1." and "0.")
  (this removes E_Q_DEC_MISSING from error.h)
* improve bad qvalue error reporting
ionutrazvanionita pushed a commit that referenced this pull request Feb 16, 2016
@ionutrazvanionita ionutrazvanionita merged commit fbdf076 into OpenSIPS:master Feb 16, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants