Project

General

Profile

Actions

Feature #4349

closed

msc identification in mslookup config: add 'ipa-name' keyword

Added by neels about 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/08/2020
Due date:
% Done:

100%

Spec Reference:

Description

currently, we identify all MSCs by IPA unit name. But we are already making provision in the code to be able to easily add future interop (think DIAMETER/MAP), by keeping the MSC identification as a union that may be extended with different kinds of MSC identification.

So we should also add an obvious switch in the mslookup config to be future proof:

Currently:

mslookup
 server
  msc msc-1-2-3
   service sip.voice at 1.2.3.4 5678

should probably add 'ipa-name' as keyword after 'msc':

  msc ipa-name msc-1-2-3
   service sip.voice at 1.2.3.4 5678

so that in the future, we could also have things like

  msc global-title XxXxXxXxX
   service sip.voice at 1.2.3.4 5678
Actions #1

Updated by neels about 4 years ago

  • Subject changed from msc identification in mslookup config: add 'ipa' keyword to msc identification in mslookup config: add 'ipa-name' keyword
  • Description updated (diff)

actually ipa-name

Actions #2

Updated by neels about 4 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

the keyword is now added on branch neels/dgsm (osmo-hlr)

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)