aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-01 20:53:31 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-01 21:15:55 +0100
commit21262335907f2aa621742e87d596e4278b0f3d86 (patch)
treed43c73270914d23fde412d65932e6044ccf7072c /openbsc/include/openbsc/mgcp_internal.h
parent88b597e21c2e3292eb615572545e1fd3a48f1714 (diff)
mgcp: Rename transcoder_end to trans_net
Packets arriving for trans_net will be send out to the networking. We will introduce a trans_bts in a second.
Diffstat (limited to 'openbsc/include/openbsc/mgcp_internal.h')
-rw-r--r--openbsc/include/openbsc/mgcp_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index 473ee31c0..68c8235d8 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -98,7 +98,8 @@ struct mgcp_endpoint {
/* port status for bts/net */
struct mgcp_rtp_end bts_end;
struct mgcp_rtp_end net_end;
- struct mgcp_rtp_end transcoder_end;
+
+ struct mgcp_rtp_end trans_net;
int is_transcoded;
/* sequence bits */