Skip to content

Commit

Permalink
ortp 0.20 compat
Browse files Browse the repository at this point in the history
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@6191 19bc5d8c-e614-43d4-8b26-e1612bc8e597
  • Loading branch information
kurtis.heimerl committed Aug 15, 2013
1 parent 4c0cce5 commit 47e954d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Control/TransactionTable.cpp
Expand Up @@ -1068,9 +1068,9 @@ string TransactionEntry::handoverString() const
mSIP.RTPSession()->rtp.last_rcv_SR_ts << "," <<
mSIP.RTPSession()->rtp.last_rcv_SR_time.tv_sec << "," << mSIP.RTPSession()->rtp.last_rcv_SR_time.tv_usec << "," <<
mSIP.RTPSession()->rtp.snd_seq << "," <<
mSIP.RTPSession()->rtp.last_rtcp_report_snt_r << "," <<
mSIP.RTPSession()->rtp.last_rtcp_report_snt_s << "," <<
mSIP.RTPSession()->rtp.rtcp_report_snt_interval << "," <<
//mSIP.RTPSession()->rtp.last_rtcp_report_snt_r << "," <<
//mSIP.RTPSession()->rtp.last_rtcp_report_snt_s << "," <<
//mSIP.RTPSession()->rtp.rtcp_report_snt_interval << "," <<
mSIP.RTPSession()->rtp.last_rtcp_packet_count << "," <<
mSIP.RTPSession()->rtp.sent_payload_bytes;

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -14,5 +14,5 @@ Section: comm
Priority: optional
Architecture: any
Essential: no
Depends: sqlite3 (>= 3.7), libosip2-4, libusb-1.0-0, libortp8, libglib2.0-0, libgl1-mesa-glx, libc6, libasound2, pkg-config, libpcre3, gawk, screen
Depends: sqlite3 (>= 3.7), libosip2-4, libusb-1.0-0, libortp8 (<= 0.20), libglib2.0-0, libgl1-mesa-glx, libc6, libasound2, pkg-config, libpcre3, gawk, screen
Description: OpenBTS Public software.

0 comments on commit 47e954d

Please sign in to comment.