Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.19 KB | None | 0 0
  1. ```
  2. Received message: {
  3. hdr: {
  4. ver: 5,
  5. apiId: 0
  6. },
  7. body: cellConfigRequest: {
  8. ecgi: {
  9. pLMNIdentity: 000002,
  10. eUTRANcellIdentifier: 00000020
  11. }
  12. }
  13. }
  14. Sending message: { [354/9059]
  15. hdr: {
  16. ver: 2,
  17. apiId: 1
  18. },
  19. body: cellConfigReport: {
  20. ecgi: {
  21. pLMNIdentity: 000002,
  22. eUTRANcellIdentifier: 00000020
  23. },
  24. pci: 51,
  25. candScells: [
  26. {
  27. pci: 51,
  28. earfcnDl: 51
  29. }
  30. ],
  31. earfcnDl: 51,
  32. earfcnUl: 1900,
  33. rbsPerTtiDl: 40,
  34. rbsPerTtiUl: 30,
  35. numTxAntenna: 2,
  36. duplexMode: 1,
  37. maxNumConnectedUes: 1000,
  38. maxNumConnectedBearers: 2000,
  39. maxNumUesSchedPerTtiDl: 10,
  40. maxNumUesSchedPerTtiUl: 10,
  41. dlfsSchedEnable: true
  42. }
  43. }
  44. Sending message: {
  45. hdr: {
  46. ver: 4,
  47. apiId: 2
  48. },
  49. body: uEAdmissionRequest: {
  50. crnti: FFFF,
  51. ecgi: {
  52. pLMNIdentity: 000002,
  53. eUTRANcellIdentifier: 00000020
  54. },
  55. admEstCause: 0
  56. }
  57. }
  58. Received message: { [310/9059]
  59. hdr: {
  60. ver: 5,
  61. apiId: 0
  62. },
  63. body: cellConfigRequest: {
  64. ecgi: {
  65. pLMNIdentity: 000002,
  66. eUTRANcellIdentifier: 00000020
  67. }
  68. }
  69. }
  70. Sending message: { [298/9059]
  71. hdr: {
  72. ver: 2,
  73. apiId: 1
  74. },
  75. body: cellConfigReport: {
  76. ecgi: {
  77. pLMNIdentity: 000002,
  78. eUTRANcellIdentifier: 00000020
  79. },
  80. pci: 51,
  81. candScells: [
  82. {
  83. pci: 51,
  84. earfcnDl: 51
  85. }
  86. ],
  87. earfcnDl: 51,
  88. earfcnUl: 1900,
  89. rbsPerTtiDl: 40,
  90. rbsPerTtiUl: 30,
  91. numTxAntenna: 2,
  92. duplexMode: 1,
  93. maxNumConnectedUes: 1000,
  94. maxNumConnectedBearers: 2000,
  95. maxNumUesSchedPerTtiDl: 10,
  96. maxNumUesSchedPerTtiUl: 10,
  97. dlfsSchedEnable: true
  98. }
  99. }
  100. Sending message: {
  101. hdr: {
  102. ver: 4,
  103. apiId: 2
  104. },
  105. body: uEAdmissionRequest: {
  106. crnti: FFFF,
  107. ecgi: {
  108. pLMNIdentity: 000002,
  109. eUTRANcellIdentifier: 00000020
  110. },
  111. admEstCause: 0
  112. }
  113. }
  114. Received message: {
  115. hdr: {
  116. ver: 5,
  117. apiId: 3
  118. },
  119. body: uEAdmissionResponse: {
  120. crnti: FFFF,
  121. ecgi: {
  122. pLMNIdentity: 000002,
  123. eUTRANcellIdentifier: 00000020
  124. },
  125. admEstResponse: 0
  126. }
  127. }
  128. Sending message: {
  129. hdr: {
  130. ver: 4,
  131. apiId: 4
  132. },
  133. body: uEAdmissionStatus: {
  134. crnti: FFFF,
  135. ecgi: {
  136. pLMNIdentity: 000002,
  137. eUTRANcellIdentifier: 00000020
  138. },
  139. admEstStatus: 0
  140. }
  141. }
  142. Sending message: {
  143. hdr: {
  144. ver: 4,
  145. apiId: 5
  146. },
  147. body: uEContextUpdate: {
  148. crnti: FFFF,
  149. ecgi: {
  150. pLMNIdentity: 000002,
  151. eUTRANcellIdentifier: 00000020
  152. },
  153. mMEUES1APID: 51,
  154. eNBUES1APID: 51
  155. }
  156. }
  157. Sending message: { [211/9059]
  158. hdr: {
  159. ver: 2.0,
  160. apiId: 8
  161. },
  162. body: bearerAdmissionRequest: {
  163. crnti: FFFF,
  164. ecgi: {
  165. pLMNIdentity: 000002,
  166. eUTRANcellIdentifier: 00000020
  167. },
  168. ueAmbr: {
  169. ambrDl: 100,
  170. ambrUl: 100
  171. },
  172. numErabs: 2,
  173. erabParams: [
  174. {
  175. id: 1,
  176. direction: 0,
  177. type: 1,
  178. qci: 8,
  179. arp: 5,
  180. gbrDl: 100,
  181. gbrUl: 200,
  182. mbrDl: 300,
  183. mbrUl: 400
  184. },
  185. {
  186. id: 2,
  187. direction: 0,
  188. type: 1,
  189. qci: 8,
  190. arp: 5,
  191. gbrDl: 100,
  192. gbrUl: 200,
  193. mbrDl: 300,
  194. mbrUl: 400
  195. }
  196. ]
  197. }
  198. }
  199. Received message: {
  200. hdr: {
  201. ver: 5,
  202. apiId: 3
  203. },
  204. body: uEAdmissionResponse: {
  205. crnti: FFFF,
  206. ecgi: {
  207. pLMNIdentity: 000002,
  208. eUTRANcellIdentifier: 00000020
  209. },
  210. admEstResponse: 0
  211. }
  212. }
  213. Sending message: {
  214. hdr: {
  215. ver: 4,
  216. apiId: 4
  217. },
  218. body: uEAdmissionStatus: {
  219. crnti: FFFF,
  220. ecgi: {
  221. pLMNIdentity: 000002,
  222. eUTRANcellIdentifier: 00000020
  223. },
  224. admEstStatus: 0
  225. }
  226. }
  227. Sending message: {
  228. hdr: {
  229. ver: 4,
  230. apiId: 5
  231. },
  232. body: uEContextUpdate: {
  233. crnti: FFFF,
  234. ecgi: {
  235. pLMNIdentity: 000002,
  236. eUTRANcellIdentifier: 00000020
  237. },
  238. mMEUES1APID: 51,
  239. eNBUES1APID: 51
  240. }
  241. }
  242. Sending message: { [126/9059]
  243. hdr: {
  244. ver: 2.0,
  245. apiId: 8
  246. },
  247. body: bearerAdmissionRequest: {
  248. crnti: FFFF,
  249. ecgi: {
  250. pLMNIdentity: 000002,
  251. eUTRANcellIdentifier: 00000020
  252. },
  253. ueAmbr: {
  254. ambrDl: 100,
  255. ambrUl: 100
  256. },
  257. numErabs: 2,
  258. erabParams: [
  259. {
  260. id: 1,
  261. direction: 0,
  262. type: 1,
  263. qci: 8,
  264. arp: 5,
  265. gbrDl: 100,
  266. gbrUl: 200,
  267. mbrDl: 300,
  268. mbrUl: 400
  269. },
  270. {
  271. id: 2,
  272. direction: 0,
  273. type: 1,
  274. qci: 8,
  275. arp: 5,
  276. gbrDl: 100,
  277. gbrUl: 200,
  278. mbrDl: 300,
  279. mbrUl: 400
  280. }
  281. ]
  282. }
  283. }
  284. Received message: {
  285. hdr: {
  286. ver: 5,
  287. apiId: 9
  288. },
  289. body: bearerAdmissionResponse: {
  290. crnti: FFFF,
  291. ecgi: {
  292. pLMNIdentity: 000002,
  293. eUTRANcellIdentifier: 00000020
  294. },
  295. numErabList: 2,
  296. erabResponse: [
  297. {
  298. id: 1,
  299. decision: 0
  300. },
  301. {
  302. id: 2,
  303. decision: 0
  304. }
  305. ]
  306. }
  307. }
  308. Sending message: {
  309. hdr: {
  310. ver: 2,
  311. apiId: 10
  312. },
  313. body: bearerAdmissionStatus: {
  314. crnti: FFFF,
  315. ecgi: {
  316. pLMNIdentity: 000002,
  317. eUTRANcellIdentifier: 00000020
  318. },
  319. numErabs: 0,
  320. erabResponse: [
  321.  
  322. ]
  323. }
  324. }
  325. Sending message: {
  326. hdr: {
  327. ver: 2,
  328. apiId: 11
  329. },
  330. body: bearerReleaseInd: {
  331. crnti: FFFF,
  332. ecgi: {
  333. pLMNIdentity: 000002,
  334. eUTRANcellIdentifier: 00000020
  335. },
  336. numErabs: 2,
  337. erabIds: [
  338.  
  339. ]
  340. }
  341. }
  342. Received message: {
  343. hdr: {
  344. ver: 5,
  345. apiId: 9
  346. },
  347. body: bearerAdmissionResponse: {
  348. crnti: FFFF,
  349. ecgi: {
  350. pLMNIdentity: 000002,
  351. eUTRANcellIdentifier: 00000020
  352. },
  353. numErabList: 2,
  354. erabResponse: [
  355. {
  356. id: 1,
  357. decision: 0
  358. },
  359. {
  360. id: 2,
  361. decision: 0
  362. }
  363. ]
  364. }
  365. }
  366. Sending message: {
  367. hdr: {
  368. ver: 2,
  369. apiId: 10
  370. },
  371. body: bearerAdmissionStatus: {
  372. crnti: FFFF,
  373. ecgi: {
  374. pLMNIdentity: 000002,
  375. eUTRANcellIdentifier: 00000020
  376. },
  377. numErabs: 0,
  378. erabResponse: [
  379.  
  380. ]
  381. }
  382. }
  383. Sending message: {
  384. hdr: {
  385. ver: 2,
  386. apiId: 11
  387. },
  388. body: bearerReleaseInd: {
  389. crnti: FFFF,
  390. ecgi: {
  391. pLMNIdentity: 000002,
  392. eUTRANcellIdentifier: 00000020
  393. },
  394. numErabs: 2,
  395. erabIds: [
  396.  
  397. ]
  398. }
  399. }
  400. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement