Skip to content

Commit

Permalink
smpp: add default values for fields
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jan 23, 2019
1 parent c1b73cd commit 5b70bb5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion db/schema/smpp.xml
Expand Up @@ -72,38 +72,44 @@
<name>system_type</name>
<type>string</type>
<size>13</size>
<default></default>
<description>Configures the System Type parameter of the
the SMPP server.</description>
</column>

<column id="src_ton">
<name>src_ton</name>
<type>unsigned int</type>
<default>0</default>
<description>Specifies the Source TON (Type of Number).</description>
</column>

<column id="src_npi">
<name>src_npi</name>
<type>unsigned int</type>
<default>0</default>
<description>Specifies the Source NPI (Numbering Plan Indicator).</description>
</column>

<column id="dst_ton">
<name>dst_ton</name>
<type>unsigned int</type>
<default>0</default>
<description>Specifies the Destination TON (Type of Number).</description>
</column>

<column id="dst_npi">
<name>dst_npi</name>
<type>unsigned int</type>
<default>0</default>
<description>Specifies the Destination NPI (Numbering Plan Indicator).</description>
</column>

<column id="session_type">
<name>session_type</name>
<type>unsigned int</type>
<description>Sepecifies the type of binding: 1 - transciever,
<default>1</default>
<description>Specifies the type of binding: 1 - transciever,
2 - transmitter, 3 - receiver, 4 - outbind.</description>
</column>

Expand Down

0 comments on commit 5b70bb5

Please sign in to comment.