aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-08-06Merge branch 'master' into proxyproxyHarald Welte1-1/+1
2009-07-28Merge branch 'master' into proxyHarald Welte1-1/+2
2009-07-28add RTP proxy mode for ip.accessHarald Welte1-1/+1
Up until now, we only supported direct RTP streams between ip.access BTS. With this commit, the user can specify '-P' to the command line to enable a RTP/RTCP proxy inside OpenBSC. The nanoBTS will then send all their voice data to OpenBSC, which will relay it to the respective destination BTS (which can be the same BTS). The default behaviour remains unchanged. Without '-P' on the command line, RTP/RTCP is exchanged directly.
2009-07-23gms_transactions data model reorganizationHarald Welte1-1/+2
This changeset factors out gsm_transaction as something independent of call control in preparation to re-use the code from SMS. A transaction is uniquely identified by either its callref, or by a tuple of (transaction_id, protocol, subscriber).
2009-07-06initial work on a nanoBTS proxy with packet injection interfaceHarald Welte1-0/+2
2009-06-20introduce talloc all over OpenBSCHarald Welte1-2/+2
2009-06-10reworked MNCC codebaseHarald Welte1-1/+1
This is Harald's reworked MNCC base, slowly heading towards integration into master. The key changes are: * provide much more structure to the data in gsm_mncc * encode_* and decode_* functions now take a structure rather than tons of individual arguments (whose order nobody can remember) * make sure we don't have copies of the same code everywhere by introducing mncc_set_cause() and mncc_release_ind() * save horizontal screen space if possible * make sure we break lines > 80 characters
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+27