Changeset 2878

Show
Ignore:
Timestamp:
12/25/2011 12:03:20 PM (17 months ago)
Author:
dburgess
Message:

Update to L3CMServiceRequest needed to compile updated SIPInterface.cpp.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openbts/features/a3a8/GSM/GSML3MMElements.h

    r2305 r2878  
    11/**@file @brief Elements for Mobility Management messages, GSM 04.08 9.2. */ 
    2  
    32/* 
    4 * Copyright 2008-2010 Free Software Foundation, Inc. 
     3* Copyright 2008, 2009 Free Software Foundation, Inc. 
    54* Copyright 2010 Kestrel Signal Processing, Inc. 
     5* Copyright 2011 Range Networks, Inc. 
    66* 
    77* This software is distributed under the terms of the GNU Affero Public License. 
     
    6969        bool operator==(const L3CMServiceType& other) const 
    7070                { return mType == other.mType; } 
     71 
     72        bool operator!=(const L3CMServiceType& other) const 
     73                { return mType != other.mType; } 
    7174         
    7275        size_t lengthV() const { return 0; }