mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-19 16:27:18 +00:00
Merging SMSMessages change to openbts
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4675 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
parent
bd1ab51ed6
commit
ca7c3dfeff
1 changed files with 5 additions and 0 deletions
|
|
@ -406,6 +406,11 @@ class TLDeliver : public TLMessage {
|
|||
|
||||
int MTI() const { return DELIVER; }
|
||||
|
||||
const unsigned PID() const { return mPID; }
|
||||
const TLAddress& OA() const { return mOA; }
|
||||
const TLTimestamp& SCTS() const { return mSCTS; }
|
||||
const TLUserData& UD() const { return mUD; }
|
||||
|
||||
size_t l2BodyLength() const;
|
||||
void writeBody( TLFrame& frame, size_t& wp ) const;
|
||||
void parseBody(const TLFrame&, size_t&) { assert(0); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue