RE: [rohc] SigComp with EPIC compression for SIP messages

"Lars-Erik Jonsson (LU/EAB)" <lars-erik.jonsson@ericsson.com> Thu, 24 February 2005 10:12 UTC

Received: from ietf-mx.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id FAA26995 for <rohc-web-archive@ietf.org>; Thu, 24 Feb 2005 05:12:03 -0500 (EST)
Received: from megatron.ietf.org ([132.151.6.71]) by ietf-mx.ietf.org with esmtp (Exim 4.33) id 1D4GLM-0000gx-Qm for rohc-web-archive@ietf.org; Thu, 24 Feb 2005 05:35:44 -0500
Received: from localhost.localdomain ([127.0.0.1] helo=megatron.ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1D4Fvr-0005ow-46; Thu, 24 Feb 2005 05:09:19 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1D4Fvm-0005jL-Sc for rohc@megatron.ietf.org; Thu, 24 Feb 2005 05:09:17 -0500
Received: from ietf-mx.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id FAA26775 for <rohc@ietf.org>; Thu, 24 Feb 2005 05:09:12 -0500 (EST)
Received: from albatross.ericsson.se ([193.180.251.49]) by ietf-mx.ietf.org with esmtp (Exim 4.33) id 1D4GIc-0000cu-TF for rohc@ietf.org; Thu, 24 Feb 2005 05:32:53 -0500
Received: from esealmw143.al.sw.ericsson.se ([153.88.254.118]) by albatross.ericsson.se (8.12.10/8.12.10/WIREfire-1.8b) with ESMTP id j1OA9Afm019242 for <rohc@ietf.org>; Thu, 24 Feb 2005 11:09:10 +0100 (MET)
Received: from esealnt612.al.sw.ericsson.se ([153.88.254.118]) by esealmw143.al.sw.ericsson.se with Microsoft SMTPSVC(6.0.3790.211); Thu, 24 Feb 2005 11:09:50 +0100
Received: by esealnt612.al.sw.ericsson.se with Internet Mail Service (5.5.2657.72) id <F3XS4KSZ>; Thu, 24 Feb 2005 11:09:08 +0100
Message-ID: <A943FD84BD9ED41193460008C7918050072E9BB1@ESEALNT419.al.sw.ericsson.se>
From: "Lars-Erik Jonsson (LU/EAB)" <lars-erik.jonsson@ericsson.com>
To: 'Pekka Pessi' <Pekka.Pessi@nokia.com>
Subject: RE: [rohc] SigComp with EPIC compression for SIP messages
Date: Thu, 24 Feb 2005 11:08:19 +0100
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: text/plain; charset="iso-8859-1"
X-OriginalArrivalTime: 24 Feb 2005 10:09:50.0264 (UTC) FILETIME=[F9F03380:01C51A58]
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 36c793b20164cfe75332aa66ddb21196
Cc: "'Lepine, Jean-Pierre'" <jeanpierre.lepine@smisrd.com>, rohc@ietf.org, "Abigail Surtees (E-mail)" <abigail.surtees@roke.co.uk>
X-BeenThere: rohc@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Robust Header Compression <rohc.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/rohc>, <mailto:rohc-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:rohc@ietf.org>
List-Help: <mailto:rohc-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/rohc>, <mailto:rohc-request@ietf.org?subject=subscribe>
Sender: rohc-bounces@ietf.org
Errors-To: rohc-bounces@ietf.org
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 1676547e4f33b5e63227e9c02bd359e3

Pekka,

Thanks for the technical explanation, then it would probably be
better to label this algorithm something like
   "DEFLATE with Hierarchical Huffman" 
as referring to "EPIC" only confuses the reader and makes people
look for reference material that does not exist.

/L-E


> -----Original Message-----
> From: rohc-bounces@ietf.org [mailto:rohc-bounces@ietf.org]On Behalf Of
> Pekka Pessi
> Sent: den 22 februari 2005 18:49
> To: Lars-Erik Jonsson (LU/EAB)
> Cc: sip@ietf.org; 'Lepine, Jean-Pierre'; rohc@ietf.org; 
> sipping@ietf.org
> Subject: Re: [rohc] SigComp with EPIC compression for SIP messages
> 
> 
> "Lars-Erik Jonsson (LU/EAB)" <lars-erik.jonsson@ericsson.com> writes:
> >The SigComp user guide did (I am not sure about the new version just
> >released) refer to EPIC, which is probably a mistake as 
> algorithms are not
> >specified in that document, and there is no reference 
> available for an EPIC
> >algorithm. 
> 
> As you can see from the UDVM assembly code (the text also mentions
> it) the compression algorithm referred as EPIC is just DEFLATE
> with minor modifications. The UDVM assembly code in section 4.6
> (and RFC 1951) is all the specification you need. 
> 
> A message compressed with DEFLATE consists of literals (bytes
> 0..255, end-of-block) and pairs (length, distance), where length
> is 3..258 and distance in 1..32768. "EPIC" modifies DEFLATE to use
> INPUT-HUFFMAN-coding for literals and (length, distance) pairs
> insted of the normal static huffman codes, as specified in RFC
> 1951.
> 
> So, unlike DEFLATE bytecode "EPIC" does not need tables and the
> literal/length symbols and distance values can be directly decoded
> with a single INPUT-HUFFMAN instruction each. Another improvement
> (?) is with the literal/length, it has two different codings,
> depending whether the last symbol was a literal or length+distance
> pair.
> 
> --Pekka
> 
> >-----Original Message-----
> >From: rohc-bounces@ietf.org [mailto:rohc-bounces@ietf.org]On 
> Behalf Of Lepine, Jean-Pierre
> >Sent: den 18 februari 2005 19:18
> >To: rohc@ietf.org; sip@ietf.org; sipping@ietf.org
> >Subject: [rohc] SigComp with EPIC compression for SIP messages
> 
> >Hi all,
> 
> >I am currently looking at using SigComp with EPIC compression for
> >SIP messages. After reading relevant RFCs and Internet drafts, a
> >few things are not clear to me.
> 
> >First, I understand that EPIC relies on a profile to compress and
> >decompress data. The EPIC reference implementation from Roke
> >Manor Research Ltd provides a profile for RTP. However, I can't
> >find a profile for SIP.
> 
> >Is there one out there?
> 
> >I think I can write one but this would likely be a problem for
> >interoperability since the decompressor MUST use the same
> >profile. One solution would be to download the profile to the
> >other endpoint but this does not look too good to me, partly
> >because I have a concern about the profile size. Furthermore, I
> >don't see how I could instruct the other endpoint to use a
> >downloaded profile (file name and location ?).
> 
> >Any other option?
> 
> >Also, in the SigComp User Guide
> >(draft-ietf-rohc-sigcomp-user-guide-00.txt), section 4.6 is
> >talking about EPIC and SIP but never mentions the need or
> >existence of a profile.
> 
> >Without a profile, how can EPIC be used ?
> 
> >The mentioned section also shows compression results for three
> >algorithms, including EPIC. All algorithms employed a static
> >dictionary and shared compression.
> 
> >Exactly how the EPIC results were obtained is not clear to me, in
> >particular how EPIC was used ?
> 
> >Only the Hierarchical Huffman algorithm ?
> 
> >EPIC used in conjunction with DEFLATE ?
> 
> >Did all three algorithms used the static dictionary 
> described in RFC3485 ?
> 
> 
> 
> >Any help would be really appreciated, Thanks.
> 
> >_______________________________________________
> >Rohc mailing list
> >Rohc@ietf.org
> >https://www1.ietf.org/mailman/listinfo/rohc
> 
> _______________________________________________
> Rohc mailing list
> Rohc@ietf.org
> https://www1.ietf.org/mailman/listinfo/rohc
> 

_______________________________________________
Rohc mailing list
Rohc@ietf.org
https://www1.ietf.org/mailman/listinfo/rohc