merge 5.0 preview from commercial

This commit is contained in:
Michael Iedema
2014-07-16 23:57:22 +02:00
parent 47f350b77d
commit 49087580a0
255 changed files with 15407 additions and 10471 deletions

View File

@@ -1,8 +1,9 @@
/* Copyright 2013, 2014 Range Networks, Inc.
/*
* Copyright 2013, 2014 Range Networks, Inc.
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribuion.
* information for this specific distribution.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
@@ -11,6 +12,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef _L3MOBILITYMANAGEMENT_H_
#define _L3MOBILITYMANAGEMENT_H_ 1
@@ -301,5 +303,7 @@ class L3RegisterMachine : public LUBase //MachineBase
SIP::SipMessage *makeRegisterMsg1();
};
extern void imsiDetach(L3MobileIdentity mobid, L3LogicalChannel *chan);
}; // namespace Control
#endif