mirror of
https://github.com/fairwaves/openbts-2.8.git
synced 2025-11-02 13:03:14 +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:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user