Guest User

Untitled

a guest
May 9th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. openbsc.cfg:
  2. _______________________________
  3. !
  4. ! OpenBSC configuration saved from vty
  5. ! !
  6. password foo
  7. !
  8. line vty
  9. no login
  10. !
  11. e1_input
  12. e1_line 0 driver ipa
  13. network
  14. network country code 208
  15. mobile network code 01
  16. short name TestNet
  17. long name TestNet
  18. auth policy accept-all
  19. location updating reject cause 13
  20. encryption a5 0
  21. neci 1
  22. rrlp mode none
  23. mm info 1
  24. handover 0
  25. handover window rxlev averaging 10
  26. handover window rxqual averaging 1
  27. handover window rxlev neighbor averaging 10
  28. handover power budget interval 6
  29. handover power budget hysteresis 3
  30. handover maximum distance 9999
  31. bts 0
  32. type sysmobts
  33. band GSM900
  34. cell_identity 0
  35. location_area_code 1
  36. training_sequence_code 7
  37. base_station_id_code 63
  38. ms max power 15
  39. cell reselection hysteresis 4
  40. rxlev access min 0
  41. channel allocator ascending
  42. rach tx integer 9
  43. rach max transmission 7
  44. ip.access unit_id 1801 0
  45. oml ip.access stream_id 255 line 0
  46. gprs mode none
  47. trx 0
  48. rf_locked 0
  49. arfcn 100
  50. nominal power 1
  51. max_power_red 8
  52. rsl e1 tei 0
  53. timeslot 0
  54. phys_chan_config CCCH+SDCCH4
  55. timeslot 1
  56. phys_chan_config SDCCH8
  57. timeslot 2
  58. phys_chan_config TCH/F
  59. timeslot 3
  60. phys_chan_config TCH/F
  61. timeslot 4
  62. phys_chan_config TCH/F
  63. timeslot 5
  64. phys_chan_config TCH/F
  65. timeslot 6
  66. phys_chan_config TCH/F
  67. timeslot 7
  68. phys_chan_config TCH/F
  69. _______________________________
  70.  
  71.  
  72.  
  73.  
  74. osmo-bts.cfg:
  75. _______________________________
  76. !
  77. ! OsmoBTS configuration example
  78. !!
  79. !
  80. log stderr
  81. logging color 1
  82. logging timestamp 0
  83. logging level rsl notice
  84. logging level oml notice
  85. logging level rll notice
  86. logging level rr notice
  87. logging level loop debug
  88. logging level meas debug
  89. logging level pag error
  90. logging level l1c error
  91. logging level l1p error
  92. logging level dsp error
  93. logging level abis error
  94.  
  95. !
  96. line vty
  97. no login
  98. !
  99. phy 0
  100. instance 0
  101. osmotrx rx-gain 40
  102. osmotrx tx-attenuation 50
  103. osmotrx ip local 127.0.0.1
  104. osmotrx ip remote 127.0.0.1
  105. bts 0
  106. oml remote-ip 127.0.0.1
  107. ipa unit-id 1801 0
  108. gsmtap-sapi pdtch
  109. gsmtap-sapi ccch
  110. band 900
  111. trx 0
  112. phy 0 instance 0
  113. _______________________________
  114.  
  115.  
  116.  
  117. osmo-trx.cfg:
  118. _______________________________
  119. log stderr
  120. logging filter all 1
  121. logging color 1
  122. logging print category 1
  123. logging timestamp 1
  124. logging print file basename
  125. logging level set-all info
  126. !
  127. line vty
  128. no login
  129. !
  130. trx
  131. bind-ip 127.0.0.1
  132. remote-ip 127.0.0.1
  133. base-port 5700
  134. egprs disable
  135. tx-sps 4
  136. rx-sps 4
  137. rt-prio 18
  138. chan 0
  139. tx-path BAND1
  140. rx-path LNAW
  141. _______________________________
Add Comment
Please, Sign In to add comment