<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.ietf.rohc">
    <title>gmane.ietf.rohc</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/5007"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/5006"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/5005"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/5004"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/5003"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/5002"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/5001"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/5000"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4999"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4998"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4997"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4996"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4995"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4994"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4993"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4992"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4991"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4990"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4989"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.ietf.rohc/4988"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/5007">
    <title>Query regarding the LSB encoding in TCP Profile</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/5007</link>
    <description>&lt;pre&gt;Hi all,

Please clarify me about the inconsistency LSB encoding description in seq_7, rnd_1 and rnd_8.

In RFC 6846, page 43, under TCP Sequence Number, it specifies offset_param p = 2^(k-1)-1.”
In RFC 6846, page 44, under TCP Acknowledgment Number, it specifies offset_param p = 2^(k-2)-1.”

However, in the formal notation Section 8.2 in RFC 6846,

1.      For seq_7, ack_number    =:= lsb(16, 32767)   =&amp;gt;   2^(16-2)-1=16383 != 32767

2.      For rnd_1, seq_number    =:= lsb(18, 65535)   =&amp;gt;   2^(18-1)-1=131071 != 65535

3.      For rnd_8, seq_number    =:= lsb(16, 65535)   =&amp;gt;   2^(16-1)-1=32767 != 65535

I’ve read the email discussion about this and the conclusion seems to align the formal notation in 8.2.

Nevertheless, if we inspect the seq_number in rnd_8,
seq_number    =:= lsb(16, 65535).

The notation specifies the interpretation interval for seq_number is 2^16=65536 with offset_param=65535.
To my understanding, it means seq_number is NEVER interpreted as increasing!!
Is this d&lt;/pre&gt;</description>
    <dc:creator>Clark Peng (彭冠仁</dc:creator>
    <dc:date>2013-05-23T02:07:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/5006">
    <title>Re: FYI: ROHC-TCP update =&gt; RFC6846</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/5006</link>
    <description>&lt;pre&gt;Kristofer,


I took some time to answer you, but I would like to thank you for the
update. It helped me a lot with SACK options 2 months ago!

There was a problem when the ROHC implementation I maintain was
(de)compressing them. Implementing the updated RFC fixed the problem :)

Regards,
Didier

&lt;/pre&gt;</description>
    <dc:creator>Didier Barvaux</dc:creator>
    <dc:date>2013-04-28T19:15:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/5005">
    <title>FYI: ROHC-TCP update =&gt; RFC6846</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/5005</link>
    <description>&lt;pre&gt;Just FYI for anyone still reading this list, the ROHC-TCP update was published last month, 
obsoleting RFC4996. Hopefully, we managed to iron out the bugs that were left.

https://www.ietf.org/ibin/c5i?mid=6&amp;amp;rid=49&amp;amp;gid=0&amp;amp;k1=934&amp;amp;k2=11613&amp;amp;tid=1360920357 

http://www.rfc-editor.org/rfc/rfc6846.txt

BR,
   Kristofer
&lt;/pre&gt;</description>
    <dc:creator>Kristofer Sandlund</dc:creator>
    <dc:date>2013-02-15T09:39:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/5004">
    <title>rfc5225 msn_lsb improvement</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/5004</link>
    <description>&lt;pre&gt;Hello everybody,

I think, the msn_lsb() encoding method could be improved:

msn_lsb(k)
{
...
   COMPRESSED none {
     ENFORCE(reorder_ratio.UVALUE == REORDERING_NONE);
     master =:= lsb(k, 1);
   }
...
}

For reorder ratio REORDERING_NONE the
     master =:= lsb(k, -1);

is sufficient. That is, offset_param = -1,
If there is no reordering, there is no need to have a lower bound -1 
before the ref_value.
If the msn increase by +1, the lower bound could be ref_value +1.

See also rfc3095:

    a) For field values that are expected always to increase, p can be
       set to -1.  The interpretation interval becomes
       [v_ref + 1, v_ref + 2^k].


Any comments?

Regards,
Klaus

&lt;/pre&gt;</description>
    <dc:creator>Klaus Warnke</dc:creator>
    <dc:date>2012-09-04T10:56:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/5003">
    <title>RFC5225 IP-ID with co_common and Random behavior and tos_tcchanges</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/5003</link>
    <description>&lt;pre&gt;Hello everybody,

if the ip-id has a random behavior, it is sent in the irregular chain
as defined in ipv4() encoding method and ipv4_innermost_irregular format.
This encoding method has a DEFAULT section, which also defines that
tos_tc is encoded static (and other).
If I understand den ROHC FN right, the format
ipv4_innermost_irregular could not be used,
if the tos_tc could not encoded by the static encoding method.
But then I can not use co_common format to transmit tos_tc changes,
because the ip_id is not included in co_common if the behavior is random.
Is this correct?

Regards,
Klaus

&lt;/pre&gt;</description>
    <dc:creator>Klaus Warnke</dc:creator>
    <dc:date>2012-09-04T10:48:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/5002">
    <title>Re: RFC4996bis</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/5002</link>
    <description>&lt;pre&gt;We haven't seen any responses to this query.  This is a reminder nudge
in case people have been on vacation, or otherwise slow to respond.
Currently, this question is the only thing holding the 4996bis document
up, so feedback would be appreciated!


On 8/18/2012 11:32 PM, Wesley Eddy wrote:


&lt;/pre&gt;</description>
    <dc:creator>Wesley Eddy</dc:creator>
    <dc:date>2012-09-04T04:03:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/5001">
    <title>[Editorial Errata Reported] RFC5857 (3320)</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/5001</link>
    <description>&lt;pre&gt;
The following errata report has been submitted for RFC5857,
"IKEv2 Extensions to Support Robust Header Compression over IPsec".

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=5857&amp;amp;eid=3320

--------------------------------------
Type: Editorial
Reported by: Nikolai Malykh &amp;lt;nmalykh&amp;lt; at &amp;gt;gmail.com&amp;gt;

Section: 3.1.2

Original Text
-------------
   This section describes five ROHC Attribute Types: MAX_CID,
   ROHC_PROFILE, ROHC_INTEG, ROHC_ICV_LEN, and MRRU.  The value
   allocated for each ROHC Attribute Type is specified in Section 4.


Corrected Text
--------------
   This section describes five ROHC Attribute Types: MAX_CID,
   ROHC_PROFILE, ROHC_INTEG, ROHC_ICV_LEN, and MRRU.  The value
   allocated for each ROHC Attribute Type is specified in Section 5.


Notes
-----
Section 4 of RFC 5857 is "Security Considerations". Values of ROHC Attribute Types listed in Section 5.

Instructions:
-------------
This errata is currently posted as&lt;/pre&gt;</description>
    <dc:creator>RFC Errata System</dc:creator>
    <dc:date>2012-08-16T08:01:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/5000">
    <title>RFC4996bis</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/5000</link>
    <description>&lt;pre&gt;As you may be aware, the authors of RFC 4996 have been working
on an update that's currently held up in the IESG Review based
on the following DISCUSS comment from Russ:

"""
  The issue below is the same as the one raised in the Gen-ART Review
  by Joel Halpern on 16-July-2012.

  Section 5.2.2.2 on negative acknowledgments includes the following:
  &amp;gt;
  &amp;gt; ... unless it has confidence that information sent after the packet
  &amp;gt; being acknowledged already provides a suitable response ...
  &amp;gt;
  This deals with a specific response to the NACK, it is unclear what
  constitutes confidence.  Other places in this document that refer to
  gaining confidence provide specific descriptions of how it is gained.
  The primary methods for gaining confidence are receiving acks or
  sufficient transmissions.  If all that is meant here is sufficient
  transmissions, please say so.
"""

There seems to be disagreement about whether additional text
would be useful in this regard.

We'd like to hear from people on this ROHC maili&lt;/pre&gt;</description>
    <dc:creator>Wesley Eddy</dc:creator>
    <dc:date>2012-08-19T03:32:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4999">
    <title>Re: [Technical Errata Reported] RFC5225 (3248)</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4999</link>
    <description>&lt;pre&gt;It looks correct to me too.

/Calle

On 07/29/2012 01:08 AM, Wesley Eddy wrote:
&lt;/pre&gt;</description>
    <dc:creator>Carl Knutsson</dc:creator>
    <dc:date>2012-07-31T06:21:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4998">
    <title>Re: [Technical Errata Reported] RFC5225 (3248)</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4998</link>
    <description>&lt;pre&gt;  Hello,

  Thank you for your post.

  Best regards,

              FWX.

Le 29/07/2012 01:08, Wesley Eddy a écrit :
&lt;/pre&gt;</description>
    <dc:creator>RoHC Team</dc:creator>
    <dc:date>2012-07-29T09:08:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4997">
    <title>Re: [Technical Errata Reported] RFC5225 (3248)</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4997</link>
    <description>&lt;pre&gt;This errata looks correct to me; if nobody objects, I'll mark it
as "Verified" in the errata tool later this week.


On 6/7/2012 10:14 AM, RFC Errata System wrote:


&lt;/pre&gt;</description>
    <dc:creator>Wesley Eddy</dc:creator>
    <dc:date>2012-07-28T23:08:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4996">
    <title>[Technical Errata Reported] RFC5225 (3248)</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4996</link>
    <description>&lt;pre&gt;
The following errata report has been submitted for RFC5225,
"RObust Header Compression Version 2 (ROHCv2): Profiles for RTP, UDP, IP, ESP and UDP-Lite".

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=5225&amp;amp;eid=3248

--------------------------------------
Type: Technical
Reported by: FWX &amp;lt;rohc_team&amp;lt; at &amp;gt;dialine.fr&amp;gt;

Section: 6.8.2.4

Original Text
-------------
page 67:

  COMPRESSED udp_lite_endpoint_dynamic {
    ENFORCE(profile_value == PROFILE_UDPLITE_0108);
    reserved =:= compressed_value(4, 0)                      [  4 ];
    coverage_behavior =:= irregular(2)                       [  2 ];
    reorder_ratio     =:= irregular(2)                       [  2 ];
    checksum_coverage =:=
      checksum_coverage_dynchain(coverage_behavior.UVALUE)   [ 16 ];
    checksum          =:= irregular(16)                      [ 16 ];
    msn               =:= irregular(16)                      [ 16 ];
  }

page 68:

  COMPRESSED udp_lite_regu&lt;/pre&gt;</description>
    <dc:creator>RFC Errata System</dc:creator>
    <dc:date>2012-06-07T14:14:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4995">
    <title>Statefull SIGCOMP</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4995</link>
    <description>&lt;pre&gt;Hi,
 
I am using SIGCOMP to compress/decompress SIP application messages.

SIP Client is uploading UVDM bytecode in all messages it sends to server (Not stateful).

Message flow:
1) SIP REGISTER from Client to Server
2) 200 OK response from Server to Client for (1).

3) SIP SUBSCRIBE Client to server
4) 200 OK response from Server to Client for (3).

At (2). , SIP Client is stores the state after decompressing 200 OK response.
 (Pasting the packet sniffer(wireshark) logs .. ... shows 3 state create requests in "UDVM Execution Trace")

[-]UDVM execution trace
 no_of_state_create 3
 ### Creating state ###
 Partial state identifier: AEDBAB80652A
 ### Creating state ###
 Partial state identifier: AAA2B32CE212
 ### Creating state ###
 Partial state identifier: 
 
what does partial id signify here during state create ??...

Now, At (4),  Server references the state by giving partial state identifier. (please see below trace pasted)
But, this referred state identifier and state identifier of stored s&lt;/pre&gt;</description>
    <dc:creator>kishore sowdi</dc:creator>
    <dc:date>2012-06-06T12:02:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4994">
    <title>Re: Question regarding SIGCOMP</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4994</link>
    <description>&lt;pre&gt;Hi List,
 
One more observation this issue:
 
After decompressing message (4).. 200 OK For REGISTER, SIP Client creates state having state identifier (SHA1 result) and stores it.
 
But at (6).. 200 OK to SUBSCRIBE, Server references a partial state identifier, which does not match with state identifier which is generated as mentioned above.
 
Should they match ? .
 
At (4), Server asks to create state using Partial Id, what does partial id signify here during state create ??
[-]UDVM execution trace
 no_of_state_create 3
 ### Creating state ###
 Partial state identifier: AEDBAB80652A
 ### Creating state ###
 Partial state identifier: AAA2B32CE212
 ### Creating state ###
 Partial state identifier: 
 Please help in identifying the issue...
 
Regards,
Kishore

From: kishore sowdi &amp;lt;kishore_r_s&amp;lt; at &amp;gt;yahoo.co.in&amp;gt;
To: Carsten Bormann &amp;lt;cabo&amp;lt; at &amp;gt;tzi.org&amp;gt; 
Cc: "rohc&amp;lt; at &amp;gt;ietf.org" &amp;lt;rohc&amp;lt; at &amp;gt;ietf.org&amp;gt; 
Sent: Wednesday, 23 May 2012 2:20 PM
Subject: Re: [rohc] Question regarding SIGCOMP


Hi Carsten,
 
With reference to &lt;/pre&gt;</description>
    <dc:creator>kishore sowdi</dc:creator>
    <dc:date>2012-05-29T10:11:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4993">
    <title>Re: Question regarding SIGCOMP</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4993</link>
    <description>&lt;pre&gt;Hi Carsten,
 
With reference to my earlier diagram, I am describing state create and state access made by server.
 
In message (4), I see 3 state creates made by server
[-]UDVM execution trace
 no_of_state_create 3
 ### Creating state ###
 Partial state identifier: AEDBAB80652A
 ### Creating state ###
 Partial state identifier: AAA2B32CE212
 ### Creating state ###
 Partial state identifier: 
 
 In message (6), I see state access(referenced) using partial state id made by server.
 [-]Signaling Compression
  Returned_feedback item: 03
  Partial state identifier: AEDBAB80652A
  Remaining SigComp message bytes: 280
  ### Accessing state ###
  Partial state identifier: AEDBAB80652A
 
In message (4), 
- I can see 3 state creates as part of "UDVM Execution trace" as decipted by Wireshark (Network Protocol Analyzer) .
- Why did not server send these three state create requests using STATE-CREATE as part of UDVM byte code?
 
In message (6),
- State having AEDBAB80652A id is referenced (state acc&lt;/pre&gt;</description>
    <dc:creator>kishore sowdi</dc:creator>
    <dc:date>2012-05-23T08:50:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4992">
    <title>Re: Question regarding SIGCOMP</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4992</link>
    <description>&lt;pre&gt;Kishore,

your diagram does not really show the important parts:
&lt;/pre&gt;</description>
    <dc:creator>Carsten Bormann</dc:creator>
    <dc:date>2012-05-23T08:15:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4991">
    <title>Question regarding SIGCOMP</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4991</link>
    <description>&lt;pre&gt;Hi ,

I am using SIGCOMP to compress/decompress SIP application.

SIP Client is uploading UVDM bytecode in all messages it sends to server.
Below is the message exchange between SIP Client and Server,
 

Client                                                                                 Server
1) REG (Client sends bytecode) ----&amp;gt;

                                                                                      (2) &amp;lt;----  401(Server sends byte code)                                            
 
3) REG  (Client sends bytecode) ----&amp;gt;    
 
                                                                                      (4) &amp;lt;----- 200 OK (Server sends byte code)  

5) SUBSCRIBE (Client sends b&lt;/pre&gt;</description>
    <dc:creator>kishore sowdi</dc:creator>
    <dc:date>2012-05-23T06:16:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4990">
    <title>rfc5225 RoHCv2 ipv4_outer_irregular format question</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4990</link>
    <description>&lt;pre&gt;Hello

In the encoding method ipv4() in the format ipv4_outer_irregular{}:

   COMPRESSED ipv4_outer_irregular {
     ENFORCE(is_innermost == 0);
     ip_id    =:=
       ip_id_enc_irreg(ip_id_behavior_outer.UVALUE)      [ 0, 16 ];
     tos_tc   =:= static_or_irreg(outer_ip_flag, 8)      [ 0, 8 ];
     ttl_hopl =:= static_or_irreg(outer_ip_flag, 8)      [ 0, 8 ];
   }

I could not determine how the value of the IP-ID in case of
ip_id_behavior_outer is either IP_ID_BEHAVIOR_SEQUENTIAL or
IP_ID_BEHAVIOR_SEQUENTIAL_SWAPPED is computed.

The encoding method ip_id_enc_irreg() is used to handle the IP-ID here.
But for the IP-ID behavior cases stated above I can not figure out,
how it is computed.

Did I oversee something?

Maybe the line
     ip_id         =:= inferred_sequential_ip_id       [ 0 ];
is absent here?

But it could not be, because the English text definition talks
about ip_id_behavior_innermost.

ip_id_enc_irreg(behavior)
{
   UNCOMPRESSED {
     ip_id [ 16 ];
   }

   COMPRESSED ip_id_seq {
     ENFO&lt;/pre&gt;</description>
    <dc:creator>Klaus Warnke</dc:creator>
    <dc:date>2012-04-13T14:57:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4989">
    <title>RoHCv2 ipv4_innermost_irregular question</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4989</link>
    <description>&lt;pre&gt;Hello!

I could not determine, where the attribute

    ip_id_behavior_innermost.UVALUE

is bound in this format (ipv4 encoding method):

   COMPRESSED ipv4_innermost_irregular {
     ENFORCE(is_innermost == 1);
     ip_id =:=
       ip_id_enc_irreg(ip_id_behavior_innermost.UVALUE)  [ 0, 16 ];
   }

In the  ipv4_outer_irregular format the ip id behavior is defined in 
DEFAULT as static.
I understand here, that the irregular chain (and therefore CO formats)
could not be used, if the ip-id behavior of an outer IP header has changed.
Then I need a co_repair/IR with dynamic chain.

But if the innermost ip id behavior changes, I can use co_common.
Then the ip id is either send within co_common (in seq/seq swapped case)
or within irregular chain (in rand/zero) case.

Therefore maybe the line
     ENFORCE(ip_id_behavior_innermost.UVALUE == ip_id_behavior_value);
is missed here, to bind the attribute with the parameter value?

If not, could please someone explain, where the binding works?

Thanks and Regards,
Klaus
&lt;/pre&gt;</description>
    <dc:creator>Klaus Warnke</dc:creator>
    <dc:date>2012-04-12T16:13:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4988">
    <title>Re: [Editorial Errata Reported] RFC5225 (3185)</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4988</link>
    <description>&lt;pre&gt;

Indeed.  To corroborate (grepping for rtp_version):

rfc5225.txt:3570:    rtp_version =:= uncompressed_value(2, 0) [  2 ];
rfc5225.txt:4354:    rtp_version =:= uncompressed_value(2, 2)           [  2 ];
rfc5225.txt:4391:    rtp_version    =:= uncompressed_value(2, 2)        [   2 ];
rfc5225.txt:5137:    rtp_version    =:= uncompressed_value(2, 2)        [  2 ];
rfc5225.txt:5173:    rtp_version =:= uncompressed_value(2, 2)           [   2 ];

Very clearly, line 3570 is the odd one out here and needs to be fixed, as RTP Version 0 is neither defined nor in use.

rohc_team: 
Thanks for finding this!
(If I still were rohc WG chair, I would ask you for your common name at this point, as it is customary to use wallet names on IETF lists.)

Grüße, Carsten
&lt;/pre&gt;</description>
    <dc:creator>Carsten Bormann</dc:creator>
    <dc:date>2012-04-11T12:20:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.ietf.rohc/4987">
    <title>Re: [Editorial Errata Reported] RFC5225 (3185)</title>
    <link>http://permalink.gmane.org/gmane.ietf.rohc/4987</link>
    <description>&lt;pre&gt;  Hi Christopher,

  Thank you for your quick reply.
  Best regards,

               FWX.

Le 11/04/2012 11:57, Kristofer Sandlund a écrit :
&lt;/pre&gt;</description>
    <dc:creator>RoHC Team</dc:creator>
    <dc:date>2012-04-11T10:48:47</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.ietf.rohc">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.ietf.rohc</link>
  </textinput>
</rdf:RDF>
