0% found this document useful (0 votes)
36 views3 pages

WGN010 Iub

Changing IUB in Nodeb

Uploaded by

watandost
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views3 pages

WGN010 Iub

Changing IUB in Nodeb

Uploaded by

watandost
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

////////////////////////////////////////////////////////////

// Create IpAccessSctp MO
////////////////////////////////////////////////////////////
ECHO "Create IpAccessSctp MO"

ECHO "CREATE - ManagedElement=1,IpSystem=1,IpAccessSctp=1"


CREATE
(
parent "ManagedElement=1,IpSystem=1"
identity "1"
moType IpAccessSctp
exception none
nrOfAttributes 2
userLabel String "1"
ipAccessHostEtRef1 Reference "ManagedElement=1,IpSystem=1,IpAccessHostEt=1"
)

////////////////////////////////////////////////////////////
//FDN=ManagedElement=1,TransportNetwork=1,Sctp=1
//modifier=create
//nrOfAttributes=13
////////////////////////////////////////////////////////////
CREATE
(
parent "ManagedElement=1,TransportNetwork=1"
identity "1"
moType Sctp
exception none
nrOfAttributes 13
minimumRto Integer 10
initialRto Integer 20
nThreshold Integer 12
userLabel String "Sctp_1"
associationMaxRtx Integer 12
maxUserDataSize Integer 556
rpuId Ref "ManagedElement=1,SwManagement=1,ReliableProgramUniter=sctp_host"
ipAccessSctpRef Ref "ManagedElement=1,IpSystem=1,IpAccessSctp=1"
mBuffer Integer 16
initialAdRecWin Integer 16384
maximumRto Integer 40
numberOfAssociations Integer 2
pathMaxRtx Integer 6
)

// Create Iub MO

ECHO "Create Iub MO"

CREATE
(
parent "ManagedElement=1,NodeBFunction=1"
identity "IUB_6210"
moType Iub
exception none
nrOfAttributes 5
userLabel String "IUB_6210"
rbsId Integer 6210
userPlaneTransportOption Struct
nrOfElements 2
atm Boolean FALSE
ipV4 Boolean TRUE
controlPlaneTransportOption Struct
nrOfElements 2
atm Boolean FALSE
ipV4 Boolean TRUE
userPlaneIpResourceRef Ref "ManagedElement=1,IpSystem=1,IpAccessHostEt=1"
)

//When IUB is created, IubDataStreams is also created

SET
(
mo "ManagedElement=1,NodeBFunction=1,Iub=IUB_6210,IubDataStreams=1"
exception none
hsDataFrameDelayThreshold Integer 60
)
SET
(
mo "ManagedElement=1,NodeBFunction=1,Iub=IUB_6210,IubDataStreams=1"
exception none
maxHsRate Integer 400
)
SET
(
mo "ManagedElement=1,NodeBFunction=1,Iub=IUB_6210,IubDataStreams=1"
exception none
schHsFlowControlOnOff Array Integer 16
0
1
1
1
1
0
0
1
0
0
0
0
0
0
0
0
)

////////////////////////////////////////////////////////////////////////////////
// NbapCommon //
// //
// View: NodeBFunction //
////////////////////////////////////////////////////////////////////////////////
CREATE
(
parent "ManagedElement=1,NodeBFunction=1,Iub=IUB_6210"
identity "1"
moType NbapCommon
exception none
nrOfAttributes 1
userLabel String "NbapCommon 1"

////////////////////////////////////////////////////////////////////////////////
// NbapDedicated //
// //
// View: NodeBFunction //
////////////////////////////////////////////////////////////////////////////////
CREATE
(
parent "ManagedElement=1,NodeBFunction=1,Iub=IUB_6210"
identity "1"
moType NbapDedicated
exception none
nrOfAttributes 1
userLabel String "NbapDedicated 1"

You might also like